Skip to content
Snippets Groups Projects
Commit 774d7308 authored by fibasile's avatar fibasile
Browse files

adding build step for serving

parent 7c460c6d
No related branches found
No related tags found
No related merge requests found
{
"scripts": {
"dokku": {
"predeploy": "npm install -g @quasar/cli && quasar build"
}
}
}
\ No newline at end of file
......@@ -8,6 +8,8 @@
"private": true,
"scripts": {
"start": "quasar serve dist",
"build": "quasar build",
"postinstall": "yarn run build",
"test": "quasar test --unit jest",
"test:unit": "jest --updateSnapshot",
"test:unit:coverage": "jest --coverage",
......@@ -35,4 +37,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