Browse Source
Merge pull request #2559 from mslourens/remove_initialise_script
remove unused and non-existing initialise script
pull/2571/head
Martin McKeaveney
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
package.json
-
packages/server/package.json
|
|
|
@ -20,7 +20,6 @@ |
|
|
|
"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", |
|
|
|
"publishdev": "lerna run publishdev", |
|
|
|
"publishnpm": "yarn build && lerna publish --force-publish", |
|
|
|
"release": "yarn build && lerna publish patch --yes --force-publish", |
|
|
|
|
|
|
|
@ -23,7 +23,6 @@ |
|
|
|
"format": "prettier --config ../../.prettierrc.json 'src/**/*.ts' --write", |
|
|
|
"lint": "eslint --fix src/", |
|
|
|
"lint:fix": "yarn run format && yarn run lint", |
|
|
|
"initialise": "node scripts/initialise.js", |
|
|
|
"multi:enable": "node scripts/multiTenancy.js enable", |
|
|
|
"multi:disable": "node scripts/multiTenancy.js disable" |
|
|
|
}, |
|
|
|
|