Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 3805ee9

Browse files
committed
Remove shx dependency
1 parent e129377 commit 3805ee9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/package.json.ejs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build"
1212
],
1313
"scripts": {
14-
"build": "tsc && shx chmod +x build/index.js",
14+
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
1515
"prepare": "npm run build",
1616
"watch": "tsc --watch"
1717
},
@@ -20,7 +20,6 @@
2020
},
2121
"devDependencies": {
2222
"@types/node": "^20.11.24",
23-
"shx": "^0.3.4",
2423
"typescript": "^5.3.3"
2524
}
2625
}

0 commit comments

Comments
 (0)