Skip to content
Snippets Groups Projects
Commit 8a16ceff authored by fibasile's avatar fibasile
Browse files

adding build step for serving

parent facf0b3c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"author": "Fiore Basile <fiore.basile@gmail.com>",
"private": true,
"scripts": {
"start": "quasar serve",
"start": "quasar build && quasar serve dist",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment