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.
release.yaml
1 parent 91f621b commit c3b0f2fCopy full SHA for c3b0f2f
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
run: pnpm i
50
51
- name: Build
52
- run: pnpm build
+ run: pnpm rollup -c rollup.config.ts --configPlugin typescript
53
54
- name: Create Release
55
env:
package.json
@@ -46,8 +46,7 @@
46
"index.js"
47
],
48
"scripts": {
- "init": "pnpm i && husky",
- "build": "rollup -c rollup.config.ts --configPlugin typescript"
+ "init": "pnpm i && husky"
},
"peerDependencies": {
"@commitlint/cli": "^19.0.0",
0 commit comments