Update package.json

This commit is contained in:
Jason Miller 2018-10-25 20:15:30 -04:00 committed by GitHub
parent 29f08a9fe7
commit d711dd954c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@
"build": "npm run -s build:babel && npm run -s build:self",
"build:babel": "babel-node src/cli.js --no-compress --format cjs src/{cli,index}.js --presets env",
"build:self": "node dist/cli.js --no-compress --format cjs src/{cli,index}.js",
"precommit": "lint-staged",
"prepare": "npm run -s build",
"prepare:babel": "babel --presets env src/*.js -d dist && npm t",
"lint": "eslint src",