Martin McKeaveney
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
package.json
|
|
|
@ -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", |
|
|
|
|