Skip to content

Commit

Permalink
Publish only desci-codex-lib on release
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Jan 16, 2024
1 parent 327caf2 commit 3d4fcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
check-latest: false
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm --workspace packages/lib publish
- run: npm --workspace packages/lib publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions packages/lib/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ test.config.json
.vscode
dist/test/
dist/scripts/
test/
vitest.config.ts

0 comments on commit 3d4fcc2

Please sign in to comment.