Update package.json

This commit is contained in:
Martin McKeaveney 2021-08-12 09:41:19 +01:00 committed by GitHub
parent bf92322f9c
commit 1415e133f8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"svelte": "^3.38.2"
},
"scripts": {
"setup": "./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"setup": "node ./hosting/scripts/setup.js && yarn && yarn bootstrap && yarn build && yarn dev",
"bootstrap": "lerna link && lerna bootstrap",
"build": "lerna run build",
"initialise": "lerna run initialise",