Skip to content

Commit bf0f536

Browse files
committed
fix(migrate): build before publish
1 parent b802411 commit bf0f536

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
uses: sxzz/workflows/.github/workflows/release.yml@v1
1111
with:
1212
publish: true
13+
build: pnpm run build
1314
permissions:
1415
contents: write
1516
id-token: write

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"typecheck": "tsc --noEmit",
5555
"format": "prettier --cache --write .",
5656
"release": "bumpp -r",
57-
"prepublishOnly": "pnpm run build",
5857
"docs:dev": "pnpm -C docs run dev",
5958
"docs:build": "pnpm -C docs run build",
6059
"docs:preview": "pnpm -C docs run preview",

0 commit comments

Comments
 (0)