Skip to content

Commit b7d1a5c

Browse files
authored
chore: remove release scripts (#28451)
Issue number: N/A --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> These scripts are old and do not do anything (`np` isn't even a dependency). ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Removed the scripts from react and react-router ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent a455147 commit b7d1a5c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/react-router/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"build": "npm run clean && npm run compile",
2424
"clean": "rimraf dist dist-transpiled",
2525
"compile": "npm run tsc && rollup -c",
26-
"release": "np --any-branch --no-cleanup",
2726
"eslint": "eslint src",
2827
"prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"",
2928
"lint": "npm run eslint && npm run prettier -- --write --cache",

packages/react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"compile": "npm run tsc && rollup -c",
2626
"eslint": "eslint src",
2727
"prettier": "prettier \"./src/**/*.{html,ts,tsx,js,jsx}\"",
28-
"release": "np --any-branch --yolo --no-release-draft",
2928
"lint": "npm run eslint && npm run prettier -- --write --cache",
3029
"lint.fix": "npm run eslint -- --fix && npm run prettier -- --write --cache",
3130
"tsc": "tsc -p .",

0 commit comments

Comments
 (0)