Skip to content

Commit

Permalink
fix npm run script for vue (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-sharma7 authored Jun 19, 2023
1 parent 5478d72 commit 923e339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/main/ui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 3000",
"serve": "vue-cli-service serve --port 3000",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
Expand Down

0 comments on commit 923e339

Please sign in to comment.