Skip to content

Commit

Permalink
Add build step to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Jan 17, 2024
1 parent 139eedc commit 8578c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: npm --workspace packages/composedb publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm --workspace packages/lib run build
- run: npm --workspace packages/lib publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desci-labs/desci-codex-lib",
"version": "1.0.2",
"version": "1.0.3",
"description": "Codex interaction primitives",
"license": "MIT",
"author": "Edvard Hübinette",
Expand Down

0 comments on commit 8578c70

Please sign in to comment.