Skip to content

Commit 397e39c

Browse files
Fixed test commands in package.json
1 parent 21214b2 commit 397e39c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "node build/build.js",
1010
"lint": "node lint.js -c .eslintrc.json --ext .js,.vue,.ts src/ test/",
1111
"unit": "karma start test/unit/karma.conf.js",
12-
"e2e": "node test/e2e/runner.js"
12+
"e2e": "node test/e2e/runner.js",
13+
"test": "npm run unit && npm run e2e"
1314
},
1415
"dependencies": {
1516
"av-ts": "^0.6.3",

0 commit comments

Comments
 (0)