Add prepublish script
This commit is contained in:
parent
234568cd51
commit
9733e89cd8
@ -16,6 +16,7 @@
|
||||
"dev": "babel -w src -d lib",
|
||||
"fix": "eslint . --fix",
|
||||
"lint": "eslint .",
|
||||
"prepublish": "npm run build",
|
||||
"test": "npm run build && npm run test-only",
|
||||
"test-ci": "nyc npm run test",
|
||||
"test-only": "mocha ./test --compilers js:babel-register -t 10000"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user