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 f66fa68 commit 54857b1Copy full SHA for 54857b1
.github/workflows/pr-pkg-pr-new.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: nrwl/nx-set-shas@v4
20
- name: Install dependencies
21
run: npm ci
22
- - name: Build affected projects
+ - 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
+ run: npx pkg-pr-new publish 'packages/models'
0 commit comments