Skip to content

Commit

Permalink
Use postinstall instead of preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshon authored May 21, 2019
1 parent b3cc367 commit 025c3ca
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 @@ -6,7 +6,7 @@
"typings": "lib/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"preinstall": "node ./scripts/fetch-prebuilt-helper.js",
"postinstall": "node ./scripts/fetch-prebuilt-helper.js",
"build": "npm run build:lib && npm run doc",
"build:lib": "tsc --outDir lib",
"clean:unix": "del ./lib/**",
Expand Down

0 comments on commit 025c3ca

Please sign in to comment.