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 f441b9a commit 22e3256Copy full SHA for 22e3256
.github/workflows/pr-pkg-pr-new.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Build affected packages
23
run: npx nx run-many --target=build --parallel=3 --with-deps
24
- name: Release packages
25
- run: npx pkg-pr-new publish 'packages/models'
+ run: npx pkg-pr-new publish 'packages/models/dist' # 'packages/utils' 'packages/core' 'packages/cli' 'packages/create-cli' 'packages/ci'
0 commit comments