Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Dec 4, 2023
1 parent 0b5e1bb commit 2f8ee84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "sh init.project.sh && vue-cli-service --mode=dev serve",
"serve": "sh init.project.sh && vue-cli-service serve --mode=development",

"build": "sh init.project.sh && vue-cli-service build --mode=production",
"build:dev": "sh init.project.sh && vue-cli-service build --mode=dev",
"build:test": "sh init.project.sh && vue-cli-service build --mode=test",
"build:client": "sh init.project.sh && vue-cli-service build --mode=client",
"build:client": "sh init.project.sh && APP_CONF=client vue-cli-service build --mode=production",
"build:demo": "sh init.project.sh && APP_CONF=demo vue-cli-service build --mode=production",

"test:unit": "vue-cli-service test:unit",
Expand Down

0 comments on commit 2f8ee84

Please sign in to comment.