Skip to content

Commit

Permalink
Add production build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertIndie committed Jun 24, 2021
1 parent b2b7d7c commit b48642a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build:preview": "vue-cli-service build --mode preview",
"build:prod": "vue-cli-service build --mode api",
"lint:nofix": "vue-cli-service lint --no-fix"
},
"dependencies": {
Expand Down

0 comments on commit b48642a

Please sign in to comment.