Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Nov 30, 2023
1 parent 600fdec commit 3ff23d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:test": "sh init.project.sh && vue-cli-service build --mode=test",
"build:prod": "sh init.project.sh && vue-cli-service build --mode=prod",
"build:client": "sh init.project.sh && vue-cli-service build --mode=client --dest ../deeptest-main/client/ui",
"build:demo": "sh init.project.sh && NODE_ENV=demo && vue-cli-service build --mode=demo",
"build:demo": "sh init.project.sh && vue-cli-service build --mode=demo",

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

0 comments on commit 3ff23d2

Please sign in to comment.