Skip to content

Commit 6233de1

Browse files
committed
chore: prepack => build
1 parent 0df8b33 commit 6233de1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"stub": "pnpm -r run prepack --stub",
6+
"stub": "pnpm -r run build --stub",
77
"build": "pnpm run build:core && pnpm run build:prompts",
8-
"build:core": "pnpm --filter @clack/core run prepack",
9-
"build:prompts": "pnpm --filter @clack/prompts run prepack",
8+
"build:core": "pnpm --filter @clack/core run build",
9+
"build:prompts": "pnpm --filter @clack/prompts run build",
1010
"start": "pnpm --filter @example/basic run start"
1111
},
1212
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"license": "MIT",
5050
"packageManager": "[email protected]",
5151
"scripts": {
52-
"prepack": "unbuild"
52+
"build": "unbuild"
5353
},
5454
"dependencies": {
5555
"picocolors": "^1.0.0",

packages/prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"packageManager": "[email protected]",
5151
"scripts": {
52-
"prepack": "unbuild"
52+
"build": "unbuild"
5353
},
5454
"dependencies": {
5555
"@clack/core": "^0.1.5",

0 commit comments

Comments
 (0)