Add formatting before serve back
This commit is contained in:
parent
0591a01c8e
commit
08bd846ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"format": "npx prettier --write src",
|
||||
"serve": "vue-cli-service serve",
|
||||
"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:lite": "vue-cli-service test:unit --ci",
|
||||
|
|
|
|||
Loading…
Reference in a new issue