We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1250d commit 92ab5afCopy full SHA for 92ab5af
2 files changed
.github/workflows/npm-publish.yml
@@ -37,9 +37,6 @@ jobs:
37
- name: Audit dependencies
38
run: pnpm audit
39
40
- - name: Build package
41
- run: pnpm build
42
-
43
- name: Create Release
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -36,7 +36,7 @@
36
"lint:eslint:fix": "pnpm lint:eslint --fix",
"lint:types": "tsc --noEmit",
"prepare": "husky",
- "prepublishOnly": "pnpm build",
+ "release": "pnpm build && pnpm semantic-release",
"playground": "npm -C ./playground run dev",
"test": "vitest run",
"test:watch": "vitest",
0 commit comments