Skip to content

Commit

Permalink
Remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Oct 27, 2021
1 parent 63c64b4 commit 23cdc07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 253 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -22,13 +22,11 @@
"unlink-all": "node scripts/unlink-all.js packages",
"check": "flow check",
"lint": "eslint . && prettier \"./packages/*/*/{src,bin,test}/**/*.{js,json,md}\" --list-different && cargo fmt --all -- --check",
"lint:readme": "node scripts/validate-readme-toc.js",
"prepublishOnly": "yarn build && yarn build-ts && node scripts/update-config-dependencies.js",
"test:unit": "cross-env NODE_ENV=test mocha",
"test:integration": "yarn workspace @parcel/integration-tests test",
"test:integration-ci": "yarn workspace @parcel/integration-tests test-ci",
"test": "yarn test:unit && yarn test:integration",
"update-readme-toc": "doctoc README.md",
"nightly:release": "lerna publish -y --canary --preid nightly --dist-tag=nightly --exact --force-publish=* --no-git-tag-version --no-push",
"tag:prerelease": "lerna version --exact --force-publish=* --no-git-tag-version --no-push && node scripts/update-config-dependencies.js",
"tag:release": "lerna version --force-publish=* --no-git-tag-version --no-push && node scripts/update-config-dependencies.js",
Expand All @@ -41,7 +39,6 @@
"@napi-rs/cli": "1.0.4",
"@types/node": "^15.12.4",
"cross-env": "^7.0.0",
"doctoc": "^1.4.0",
"eslint": "^7.20.0",
"flow-bin": "0.161.0",
"glob": "^7.1.6",
Expand Down
19 changes: 0 additions & 19 deletions scripts/validate-readme-toc.js

This file was deleted.

0 comments on commit 23cdc07

Please sign in to comment.