1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Update package.json

This commit is contained in:
Martin McKeaveney 2021-08-12 09:41:19 +01:00 committed by GitHub
parent d4e7eddbf6
commit e9d3c00de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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",