Skip to content

Commit

Permalink
ci: fix skip npm workspaces from sdk 'release-it'
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Jan 11, 2024
1 parent e46c0a0 commit f9c5e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
defaults:
run:
working-directory: ./sdks/js
working-directory: ./sdks/js/packages/core

steps:
- name: Checkout 🛎️
Expand Down
1 change: 1 addition & 0 deletions sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dev": "tsup --watch src",
"size": "size-limit",
"lint": "eslint \"./**/*.ts*\"",
"release:ci": "release-it --ci --no-increment",
"release:dry": "release-it --dry-run --no-npm",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 0",
Expand Down

0 comments on commit f9c5e25

Please sign in to comment.