Skip to content

Commit 606fe76

Browse files
committed
ci: publish command
1 parent 8d5d992 commit 606fe76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: changesets
4242
uses: changesets/action@v1
4343
with:
44-
publish: pnpm run release
44+
publish: bun run release
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"scripts": {
66
"build": "tsup --dts --dts-resolve",
77
"test": "bun test ./src",
8-
"check": "bunx @biomejs/biome check --apply ./src"
8+
"check": "bunx @biomejs/biome check --apply ./src",
9+
"release": "changeset publish"
910
},
1011
"keywords": ["drizzle", "orm", "sql", "sqlite", "postgres", "pg", "postgresql", "mysql", "database", "db"],
1112
"author": "fredericoo",

0 commit comments

Comments
 (0)