Skip to content

Commit

Permalink
chore: remove unused upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
elycheea committed Dec 11, 2024
1 parent 1a9efae commit ee5f0ef
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2,023 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"upgrade:dependencies:examples": "npm-check-updates -u --dep dev,peer,prod --color --target minor --packageFile 'scripts/example-gallery-builder/update-example/**/package.json'",
"upgrade:automatic": "run-s -s 'upgrade:dependencies:*'",
"upgrade:carbon": "npm-check-updates -u --dep dev,peer,prod --packageFile '{package.json,{config/**,packages/**}/package.json}' --filter '/carbon/' --target minor",
"upgrade:manual": "sh ./scripts/monorepo-npm-upgrade.sh",
"visual-snapshot": "cd packages/core && yarn percy storybook storybook-static"
},
"devDependencies": {
Expand Down Expand Up @@ -103,7 +102,6 @@
"lint-staged": "^15.2.0",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"npm-upgrade": "^3.1.0",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"prettier-config-carbon": "^0.11.0",
Expand Down
28 changes: 0 additions & 28 deletions scripts/monorepo-npm-upgrade.sh

This file was deleted.

Loading

0 comments on commit ee5f0ef

Please sign in to comment.