We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b802411 commit bf0f536Copy full SHA for bf0f536
.github/workflows/release.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: sxzz/workflows/.github/workflows/release.yml@v1
11
with:
12
publish: true
13
+ build: pnpm run build
14
permissions:
15
contents: write
16
id-token: write
package.json
@@ -54,7 +54,6 @@
54
"typecheck": "tsc --noEmit",
55
"format": "prettier --cache --write .",
56
"release": "bumpp -r",
57
- "prepublishOnly": "pnpm run build",
58
"docs:dev": "pnpm -C docs run dev",
59
"docs:build": "pnpm -C docs run build",
60
"docs:preview": "pnpm -C docs run preview",
0 commit comments