Skip to content

Commit

Permalink
build: remove unused top-level scripts/commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharly committed Sep 6, 2024
1 parent 235d0b4 commit 7c97556
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"lint:eslint": "eslint . --cache --ext js,cjs,mjs,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn constraints --fix && yarn lint:dependencies:fix",
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.old.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path .gitignore",
"prepack": "./scripts/prepack.sh",
"prepare:preview": "./scripts/prepare-preview-builds.sh",
"prepare:preview:local": "yarn prepare:preview @metamask-previews $(git rev-parse --short HEAD)",
"publish:preview": "yarn workspaces foreach --all --no-private --parallel --verbose run publish:preview",
Expand Down
24 changes: 0 additions & 24 deletions scripts/get.sh

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/prepack.sh

This file was deleted.

0 comments on commit 7c97556

Please sign in to comment.