Skip to content
Snippets Groups Projects
Commit 7c460c6d authored by fibasile's avatar fibasile
Browse files

adding build step for serving

parent 8a16ceff
No related branches found
No related tags found
No related merge requests found
{
"scripts": {
"dokku": {
"predeploy": "npm install -g @quasar/cli"
"scripts": {
"dokku": {
"predeploy": "npm install -g @quasar/cli && quasar build"
}
}
}
}
}
\ No newline at end of file
......@@ -7,8 +7,8 @@
"author": "Fiore Basile <fiore.basile@gmail.com>",
"private": true,
"scripts": {
"start": "quasar build && quasar serve dist",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"start": "quasar serve dist",
"test": "quasar test --unit jest",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
"test:unit:watch": "jest --watch",
......@@ -35,4 +35,4 @@
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}
}
\ No newline at end of file
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