Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchen2k committed Jun 17, 2024
1 parent 4996eb5 commit 00cc13e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"build:web": "sh init.project.sh && APP_CONF=web vue-cli-service build --mode=production",
"build:demo": "sh init.project.sh && APP_CONF=demo vue-cli-service build --mode=production",
"build:nancal": "sh init.project.sh && APP_CONF=nancal vue-cli-service build --mode=production",
"build:nancal": "sh init.project.sh && APP_CONF=nancal vue-cli-service build --mode=development",

"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
Expand Down Expand Up @@ -54,7 +54,6 @@
"vuex": "^4.0.2",
"sweetalert2": "11.9.0"
},

"devDependencies": {
"@types/echarts": "^4.9.10",
"@types/jest": "^24.9.1",
Expand Down

0 comments on commit 00cc13e

Please sign in to comment.