Skip to content

Commit c571d70

Browse files
authored
Update npm-publish.yml
1 parent 7f69615 commit c571d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: pnpm install --frozen-lockfile
2424
- name: Publish package
25-
run: pnpm publish --no-git-checks # This commit will be checked out without being attatched to a branch.
25+
run: pnpm publish projects/angular-components --no-git-checks # This commit will be checked out without being attatched to a branch.
2626
env:
2727
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)