Skip to content

Commit

Permalink
Add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Jan 15, 2018
1 parent 27d5943 commit 81f8998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build:esm": "cpx \"build/stormlib.*.js\" dist/ && BABEL_ENV=esm babel src/lib/ --out-dir dist/ --keep-file-extension",
"lint": "eslint .",
"precommit": "npm run lint",
"prepublishOnly": "npm run test && npm run build",
"test": "npm run lint"
},
"repository": "github:wowserhq/wowser-math",
Expand Down

0 comments on commit 81f8998

Please sign in to comment.