mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
chore: remove build from e2e, check es5 after published
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user