Skip to content

Commit 27314c5

Browse files
committed
fix: enable workspace mode for npm ci
1 parent dc3fb33 commit 27314c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: "22"
3030
publish-to-npm: false
3131
publish-to-github: true
32-
use-workspace: false # Component library doesn't need workspace dependencies
32+
use-workspace: true
3333
secrets:
3434
POLARIS_PLUGIN_GITHUB_TOKEN: ${{ secrets.POLARIS_PLUGIN_GITHUB_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)