Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 18, 2024
1 parent 5a94f47 commit fb2d0ec
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build cp dist/index.html dist/404.html",
"build": "vue-cli-service build && cp dist/index.html && cp dist/404.html",
"serve:dev": "NODE_ENV=qa yarn serve",
"build:release": "NODE_ENV=production yarn build",
"build:qa": "NODE_ENV=qa yarn build",
Expand Down

0 comments on commit fb2d0ec

Please sign in to comment.