Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
test and build using yarn before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbirtles committed May 5, 2019
1 parent db18746 commit 7d2b12e
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 @@ -8,7 +8,7 @@
"test": "cross-env TS_NODE_TRANSPILE_ONLY=true mocha --require ts-node/register \"test/**/*.ts\"",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
"prepublishOnly": "yarn test && yarn build"
},
"bin": {
"svelteserver": "bin/server.js"
Expand Down

0 comments on commit 7d2b12e

Please sign in to comment.