Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
chore(cleanup) Remove old unused scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Apr 8, 2021
1 parent ce1d657 commit 4ca4411
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 566 deletions.
11 changes: 2 additions & 9 deletions package.json
Expand Up @@ -4,20 +4,13 @@
"version": "0.21.9",
"scripts": {
"postinstall": "npm run models:get && lerna bootstrap",
"prepare": "npm run pkgcheck",
"models:get": "node ./scripts/external/getExternalModels.js",
"models:clean": "node ./scripts/external/cleanExternalModels.js",
"pretest": "npm run depcheck && npm run licchk",
"pretest": "npm run licchk",
"test": "lerna run test:cov",
"coverage": "istanbul-combine -d coverage -r lcov packages/ergo-cli/coverage/*.json packages/ergo-compiler/coverage/*.json packages/ergo-engine/coverage/*.json && cat ./coverage/lcov.info",
"publish": "./scripts/manualrelease.sh",
"repoclean": "lerna clean",
"licchk": "license-check-and-add",
"pkgcheck": "node ./scripts/pkgcheck.js",
"pkgstamp": "node ./scripts/pkgstamp.js",
"pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix",
"pkgset": "node ./scripts/pkgset.js",
"depcheck": "node ./scripts/depcheck.js"
"licchk": "license-check-and-add"
},
"repository": {
"type": "git",
Expand Down
79 changes: 0 additions & 79 deletions scripts/depcheck.js

This file was deleted.

45 changes: 0 additions & 45 deletions scripts/manualrelease.sh

This file was deleted.

53 changes: 0 additions & 53 deletions scripts/pkgbump.js

This file was deleted.

141 changes: 0 additions & 141 deletions scripts/pkgcheck.js

This file was deleted.

0 comments on commit 4ca4411

Please sign in to comment.