Skip to content

Commit 45893e7

Browse files
authored
bump and rm dist before build when releasing (#51)
1 parent d3f9374 commit 45893e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
bun-version: latest
1919
- run: bun i
20+
- run: rm -rf dist
2021
- run: bun run build
2122
env:
2223
CODEX_API_KEY: ${{ secrets.CODEX_API_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codex-data/sdk",
3-
"version": "1.0.38",
3+
"version": "1.0.39",
44
"engines": {
55
"node": ">=17.5.0"
66
},

0 commit comments

Comments
 (0)