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 bbfaa9f commit c6d2f05Copy full SHA for c6d2f05
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: npx tsc
21
- uses: changesets/action@v1
22
with:
23
- publish: pnpm run publish
+ publish: pnpm run release
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -20,7 +20,7 @@
"ci-build": "pnpm run lint && pnpm test && pnpm run build",
"lint": "eslint . --ext .ts,.tsx",
"test": "vitest",
- "publish": "pnpm run build && npx changeset publish"
+ "release": "pnpm run build && npx changeset publish"
},
"dependencies": {
"@rgba-image/lanczos": "^0.1.0",
0 commit comments