Skip to content

Commit 00278b5

Browse files
authored
Update npm-publish.yml
1 parent c571d70 commit 00278b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
registry-url: https://registry.npmjs.org
2222
- name: Install dependencies
2323
run: pnpm install --frozen-lockfile
24+
- name: Build package
25+
run: pnpm run build
2426
- name: Publish package
25-
run: pnpm publish projects/angular-components --no-git-checks # This commit will be checked out without being attatched to a branch.
27+
run: pnpm publish projects/angular-components --no-git-checks --force # This commit will be checked out without being attatched to a branch.
2628
env:
2729
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)