Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
drake.aren committed Feb 8, 2019
1 parent d7b11c5 commit 57f8408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"watch-build": "npm run build -- -w",
"test": "mocha --compilers js:@babel/register",
"watch-test": "npm test -- -w",
"lint": "eslint **/*.js --quiet"
"lint": "eslint **/*.js --quiet",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 57f8408

Please sign in to comment.