Skip to content

Commit

Permalink
Update core/frontend/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
Williangalvani and patrickelectric authored Sep 21, 2023
1 parent fb3dee2 commit 11627d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "echo 'This is a preview server for testing the built website. Please use yarn dev instead. starting preview server in 5 seconds..';sleep 5; vite preview",
"serve": "echo 'This is a preview server for testing the built website. Please use `dev` command over `serve`.\nStarting preview server in 5 seconds..\n';sleep 5; vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
Expand Down

0 comments on commit 11627d8

Please sign in to comment.