mirror of
https://github.com/linuxserver/heimdalljs.git
synced 2026-02-20 05:12:24 +08:00
install is now setup so it doesn't run after every npm install exec
This commit is contained in:
parent
cf700cb508
commit
d2cd5bb449
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user