Skip to content

Commit f913df4

Browse files
committed
fix(ci): no more chmodx, package was removed. made a new one
1 parent 53908b1 commit f913df4

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "jest",
88
"lint": "eslint .",
9-
"build": "tsc -p tsconfig.build.json && yarn dlx chmodx build/bin/*",
9+
"build": "tsc -p tsconfig.build.json && yarn dlx glob-chmod 755 build/bin/*",
1010
"watch": "tsc -p tsconfig.json -w --preserveWatchOutput",
1111
"clean": "npx rimraf ./build",
1212
"prepublishOnly": "yarn build",

0 commit comments

Comments
 (0)