Adding test:unit script for pipeline run
This commit is contained in:
parent
d61bda3863
commit
b20e742531
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
"format": "npx prettier --write src",
|
||||
"serve": "npx prettier --write src && vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit --coverage --ci",
|
||||
"test:unit:coverage": "vue-cli-service test:unit --coverage --ci",
|
||||
"test:unit:lite": "vue-cli-service test:unit --ci",
|
||||
"lint": "vue-cli-service lint"
|
||||
|
|
|
|||
Loading…
Reference in a new issue