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 d3f9374 commit 45893e7Copy full SHA for 45893e7
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
bun-version: latest
19
- run: bun i
20
+ - run: rm -rf dist
21
- run: bun run build
22
env:
23
CODEX_API_KEY: ${{ secrets.CODEX_API_KEY }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codex-data/sdk",
3
- "version": "1.0.38",
+ "version": "1.0.39",
4
"engines": {
5
"node": ">=17.5.0"
6
},
0 commit comments