install is now setup so it doesn't run after every npm install exec

This commit is contained in:
alex-phillips 2020-02-18 13:19:27 -05:00
parent cf700cb508
commit d2cd5bb449

View File

@ -18,7 +18,7 @@
"pretest": "NODE_ENV=test npm run db:migrate",
"test": "jest",
"build": "npx quasar build",
"install": "node ./scripts/install && npm run build && npm run db:migrate && npm run db:seed"
"setup": "node ./scripts/install && npm run build && npm run db:migrate && npm run db:seed"
},
"dependencies": {
"@quasar/extras": "^1.0.0",