Skip to content

Commit 44d229f

Browse files
authored
chore: update release-scripts and clean up (#448)
1 parent c02385d commit 44d229f

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@eslint/js": "^9.22.0",
3636
"@types/fs-extra": "^11.0.4",
3737
"@types/node": "^22.13.15",
38-
"@vitejs/release-scripts": "^1.3.2",
38+
"@vitejs/release-scripts": "^1.5.0",
3939
"eslint": "^9.22.0",
4040
"eslint-plugin-import-x": "^4.8.0",
4141
"eslint-plugin-n": "^17.16.2",

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"scripts": {
1818
"dev": "tsx scripts/bundle.ts --dev",
1919
"build": "tsx scripts/bundle.ts",
20-
"test": "playwright test",
21-
"release": "pnpm build && tsx scripts/release.ts"
20+
"test": "playwright test"
2221
},
2322
"repository": {
2423
"type": "git",
@@ -40,7 +39,6 @@
4039
"@types/fs-extra": "^11.0.4",
4140
"@types/node": "^22.13.15",
4241
"@vitejs/react-common": "workspace:*",
43-
"@vitejs/release-scripts": "^1.3.3",
4442
"esbuild": "^0.25.1",
4543
"fs-extra": "^11.3.0",
4644
"picocolors": "^1.1.1",

pnpm-lock.yaml

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/publishCI.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { publish } from '@vitejs/release-scripts'
22

33
publish({
4-
defaultPackage: 'plugin-react',
54
provenance: true,
65
getPkgDir(pkg) {
76
if (pkg === 'plugin-react-swc') {

0 commit comments

Comments
 (0)