Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit 493639c

Browse files
author
Radosław Kuświk
committed
[β] NPM test command added ;)
1 parent 817174f commit 493639c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint",
99
"test:e2e": "vue-cli-service test:e2e",
10-
"test:unit": "vue-cli-service test:unit"
10+
"test:unit": "vue-cli-service test:unit",
11+
"test": "npm run test:unit && npm run test:e2e"
1112
},
1213
"dependencies": {
1314
"downloadjs": "^1.4.7",

0 commit comments

Comments
 (0)