Skip to content

Commit 60a210b

Browse files
committed
Cleaning up unused scripts
1 parent 309cab2 commit 60a210b

15 files changed

+0
-922
lines changed

Jenkinsfile

Lines changed: 0 additions & 400 deletions
This file was deleted.

docs/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,5 @@ See the section on [releasing](./RELEASING.md).
136136
## Scripts
137137

138138
- `npm run check:package-lock` runs ./scripts/check-package-lock.js to check if the package locks version and dependencies are compatible with that of the package.json.
139-
- `npm run check:auto-update-files` runs ./scripts/check-auto-update-files.js to check if the auto updating `latest-*` files are referring to the current version from the package.json and ensuring that it's not referencing any files that won't be available once released.
140139
- `npm run generate-all-types-realm` runs ./scripts/generate-realm.js to generate a test realm with objects following the schema-exporters all-types schema.
141140
- `npm run sentry:upload-symbols` downloads electron and uploads symbols to the Sentry error catching service, run this whenever the Electron version is changed.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"!node_modules/realm/src${/*}",
2828
"!node_modules/realm/vendor${/*}"
2929
],
30-
"afterSign": "./scripts/afterSign",
3130
"asarUnpack": [
3231
"./node_modules/realm/build/Release/realm.node"
3332
],
@@ -106,12 +105,10 @@
106105
"scripts": {
107106
"build": "webpack --mode production --config=configs/webpack.js",
108107
"check:package-lock": "node ./scripts/check-package-lock.js",
109-
"check:auto-update-files": "node ./scripts/check-auto-update-files.js",
110108
"dev:ros-https": "ros start --https --https-key ./data/keys/server.key --https-cert ./data/keys/server.crt",
111109
"dev:ros-unreliable": "node ./scripts/unreliable-ros.js",
112110
"dev:ros": "ros start",
113111
"dev": "rm -rf ./build && concurrently --names \"WEBPACK:M,WEBPACK:R,ELECTRON\" \"npm run webpack:main\" \"npm run webpack:renderer\" \"npm run wait-for-bundle && ELECTRON_ENABLE_LOGGING=1 electron .\"",
114-
"fix-headers": "node ./scripts/fix-headers.js",
115112
"lint:sass": "sass-lint --max-warnings=0 -c .sass-lint.yml 'src/**/*.scss' -v",
116113
"lint:es": "eslint --ext .ts,.tsx src",
117114
"lint": "npm run lint:es && npm run lint:sass && echo 'Everything looks good!'",

scripts/afterSign.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

scripts/check-auto-update-files.js

Lines changed: 0 additions & 75 deletions
This file was deleted.

scripts/continuous-realms.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

scripts/devtools.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

scripts/fix-headers.js

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)