Skip to content

Commit

Permalink
Fix package.json npm build to use 'prepare' instead of 'prepublish'
Browse files Browse the repository at this point in the history
  • Loading branch information
kicktheken committed Dec 23, 2019
1 parent ccf3815 commit 7724449
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 @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Mwni/PIXI.TextInput#readme",
"scripts": {
"prepublish": "npm run build",
"prepare": "npm run build",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
Expand Down

0 comments on commit 7724449

Please sign in to comment.