Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Use npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Feb 8, 2019
1 parent 14a713b commit 8fd53ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"preversion": "npm test",
"pretest": "eslint ./es6/*.js && npm build",
"pretest": "eslint ./es6/*.js && npm run build",
"build": "./node_modules/.bin/babel es6 --out-dir .",
"test": "nyc tap ./test/*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 8fd53ba

Please sign in to comment.