Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 1742709

Browse files
committed
chore: include lint script as a part of test
1 parent 84f8380 commit 1742709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "npm run dev",
1010
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
1111
"e2e": "node test/e2e/runner.js",
12-
"test": "npm run unit && npm run e2e",
12+
"test": "npm run lint && npm run unit && npm run e2e",
1313
"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
1414
"build": "node build/build.js"
1515
},

0 commit comments

Comments
 (0)