Skip to content

Commit

Permalink
Add vue inspect before build
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakrishna committed Oct 11, 2023
1 parent 508676f commit 7b93d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/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",
"build": "vue-cli-service inspect && vue-cli-service build",
"test": "jest",
"lint": "vue-cli-service lint",
"deploy": "firebase deploy --only hosting",
Expand Down

0 comments on commit 7b93d43

Please sign in to comment.