chore: remove build from e2e, check es5 after published

This commit is contained in:
Jun Yang
2019-01-29 01:28:02 +08:00
parent dde7b3b389
commit c0524a83f3
+1 -1
View File
@@ -9,7 +9,7 @@
"scripts": {
"lint": "eslint src/ test/ *.js",
"unit": "mocha test/unit",
"e2e": "npm run build && mocha test/e2e",
"e2e": "mocha test/e2e",
"test": "npm run unit && npm run e2e",
"coverage": "cross-env NODE_ENV=test nyc --reporter=html npm run unit",
"coveralls": "nyc report --reporter=text-lcov | coveralls",