Skip to content

Commit

Permalink
Merge pull request #206 from skrtheboss/fix/200-install-issue
Browse files Browse the repository at this point in the history
fix(npm-package): use node to rune prepublish script
  • Loading branch information
skrtheboss authored Jan 17, 2022
2 parents 8460743 + 853cdb4 commit db0a7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"doc": "typedoc --out docs --name ts-async-semaphore --tsconfig tsconfig.json --entryPoints src/semaphore.ts",
"semantic-release": "semantic-release",
"postinstall": "husky install",
"prepublishOnly": "scripts/remove-scripts.js"
"prepublishOnly": "node scripts/remove-scripts.js"
},
"engines": {
"node": ">=14.5.0"
Expand Down

0 comments on commit db0a7cd

Please sign in to comment.