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 7f69615 commit c571d70Copy full SHA for c571d70
.github/workflows/npm-publish.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Install dependencies
23
run: pnpm install --frozen-lockfile
24
- name: Publish package
25
- run: pnpm publish --no-git-checks # This commit will be checked out without being attatched to a branch.
+ run: pnpm publish projects/angular-components --no-git-checks # This commit will be checked out without being attatched to a branch.
26
env:
27
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments