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 6337b8f commit a1b493fCopy full SHA for a1b493f
.github/workflows/release.yml
@@ -36,4 +36,4 @@ jobs:
36
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
37
- run: pnpm dlx changelogithub
38
env:
39
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -27,6 +27,8 @@
27
"scripts": {
28
"test": "vitest",
29
"build": "tsup",
30
+ "lint": "eslint .",
31
+ "format": "eslint --fix .",
32
"prepack": "pnpm build",
33
"publint": "publint",
34
"release": "pnpm lint && pnpm prepack && publint && pnpm dlx bumpp"
0 commit comments