Add script

This commit is contained in:
Katie 2022-10-28 10:30:37 -04:00
parent c7b04667e0
commit 2953b93b29

View file

@ -3,7 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"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:lite": "vue-cli-service test:unit --ci",