Skip to content

Commit b48642a

Browse files
committed
Add production build script.
1 parent b2b7d7c commit b48642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front-end/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "vue-cli-service build",
1010
"test:unit": "vue-cli-service test:unit",
1111
"lint": "vue-cli-service lint",
12-
"build:preview": "vue-cli-service build --mode preview",
12+
"build:prod": "vue-cli-service build --mode api",
1313
"lint:nofix": "vue-cli-service lint --no-fix"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)