From c0524a83f3c3136271ba84a4ac504c3ce6d775bf Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Tue, 29 Jan 2019 01:28:02 +0800 Subject: [PATCH] chore: remove build from e2e, check es5 after published --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b73e548e0..855afd443 100644 --- a/package.json +++ b/package.json @@ -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",