Skip to content

Commit

Permalink
Fixup npm scripts for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Nason committed Oct 18, 2016
1 parent 89007c0 commit 14a04e7
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 @@ -31,7 +31,7 @@
"dist": "npm run eslint && npm run clean && npm run bundle && npm run docs",
"docs": "documentation build src/client.js src/node.js --github --format md --output API.md",
"pretest": "npm run bundle",
"prepublish": "npm start",
"preversion": "npm run bundle",
"version": "auto-changelog --package; git add API.md CHANGELOG.md",
"release:patch": "np patch",
"release:pre": "np prerelease"
Expand Down

0 comments on commit 14a04e7

Please sign in to comment.