Skip to content

Commit d08083e

Browse files
author
skychx
committed
ci(config): remove prepare
1 parent 33f1543 commit d08083e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/browser-context/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"scripts": {
2626
"dev": "rslib build --watch",
2727
"build": "rslib build",
28-
"prepare": "npm run build",
2928
"prepublishOnly": "pnpm run build",
3029
"test": "vitest run",
3130
"test:watch": "vitest",

packages/browser-finder/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"scripts": {
2626
"dev": "rslib build --watch",
2727
"build": "rslib build",
28-
"prepare": "npm run build",
2928
"prepublishOnly": "pnpm run build",
3029
"test": "vitest run",
3130
"test:watch": "vitest",

packages/browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"scripts": {
3131
"dev": "rslib build --watch",
3232
"build": "rslib build",
33-
"prepare": "npm run build",
3433
"prepublishOnly": "pnpm run build",
3534
"test": "vitest run",
3635
"test:watch": "vitest",

packages/media-utils/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"scripts": {
2626
"dev": "rslib build --watch",
2727
"build": "rslib build",
28-
"prepare": "npm run build",
2928
"prepublishOnly": "pnpm run build",
3029
"test": "vitest run",
3130
"test:watch": "vitest",

0 commit comments

Comments
 (0)