Skip to content

Commit

Permalink
Prepare before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts committed Aug 15, 2019
1 parent b37aa89 commit 79e7a61
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 @@ -21,7 +21,7 @@
"build": "npm run clean && tsc && tsc -p tsconfig.es6.json",
"postbuild": "mkdir lib/lib && shx cp -R lib/*.{ts,js} lib/lib && shx cp {LICENSE,*.md} lib && ./scripts/prepare.js",
"prepublishOnly": "echo Use 'npm run publish' instead && exit 1",
"publish": "npm publish lib",
"publish": "npm run prepare && npm publish lib",
"prepare": "npm run build",
"doctoc": "doctoc README.md docs/introduction/code-conventions.md --title \"**Table of contents**\"",
"mocha": "mocha -r ts-node/register test/*.ts",
Expand Down

0 comments on commit 79e7a61

Please sign in to comment.