Skip to content

Commit

Permalink
"prepublish" script ignored in favor of "prepare" script in future np…
Browse files Browse the repository at this point in the history
…m versions
  • Loading branch information
billiegoose committed Aug 1, 2017
1 parent e215d6f commit 9f17f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"test": "npm-run-all test:prepare test:karma",
"watch-test": "npm-run-all test:prepare --parallel watch:scripts test:watch test:karma",
"prepublish": "npm run dist",
"prepare": "npm run dist",
"docs": "typedoc --mode modules --out doc --excludePrivate --readme src/DOCS.md --name BrowserFS --module umd src"
},
"dependencies": {
Expand Down

0 comments on commit 9f17f9a

Please sign in to comment.