Skip to content

Commit db0a7cd

Browse files
authored
Merge pull request #206 from skrtheboss/fix/200-install-issue
fix(npm-package): use node to rune prepublish script
2 parents 8460743 + 853cdb4 commit db0a7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"doc": "typedoc --out docs --name ts-async-semaphore --tsconfig tsconfig.json --entryPoints src/semaphore.ts",
4646
"semantic-release": "semantic-release",
4747
"postinstall": "husky install",
48-
"prepublishOnly": "scripts/remove-scripts.js"
48+
"prepublishOnly": "node scripts/remove-scripts.js"
4949
},
5050
"engines": {
5151
"node": ">=14.5.0"

0 commit comments

Comments
 (0)