Skip to content

Commit df02fd4

Browse files
committed
fix(ci): add chmod for oti-jest
1 parent 4b4ffec commit df02fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "jest",
99
"lint": "eslint .",
10-
"build": "tsc -p tsconfig.build.json",
10+
"build": "tsc -p tsconfig.build.json && yarn dlx glob-chmod 755 build/bin/*",
1111
"clean": "yarn dlx rimraf build",
1212
"prepack": "pinst --disable",
1313
"postpack": "pinst --enable",

0 commit comments

Comments
 (0)