Skip to content

Commit

Permalink
change dev/serve command into dev
Browse files Browse the repository at this point in the history
Signed-off-by: Yoram de Langen <[email protected]>
  • Loading branch information
yoramdelangen committed May 8, 2023
1 parent b0e8790 commit 5d54b1e
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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build; cp manifest.json dist/; cp background.js dist/;",
"lint": "vue-cli-service lint",
"watch": "vue-cli-service build --mode=development --watch"
Expand Down

0 comments on commit 5d54b1e

Please sign in to comment.