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 3ff23d2 commit d1c329c
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 @@ -9,7 +9,7 @@
"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: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:client": "sh init.project.sh && vue-cli-service build --mode=client",
"build:demo": "sh init.project.sh && vue-cli-service build --mode=demo",

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

0 comments on commit d1c329c

Please sign in to comment.