Skip to content

Commit

Permalink
fix(package): add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 29, 2018
1 parent 685d9ff commit 9bf0d99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
"author": "Len Boyette",
"license": "MIT",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"lint": "eslint src/ tests/",
"prepare": "npm run build",
"release": "standard-version",
"pretest": "npm run lint && npm run build && npm run build:tests",
"test": "mocha compiled_tests/",
Expand Down

0 comments on commit 9bf0d99

Please sign in to comment.