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 c571d70 commit 00278b5Copy full SHA for 00278b5
.github/workflows/npm-publish.yml
@@ -21,7 +21,9 @@ jobs:
21
registry-url: https://registry.npmjs.org
22
- name: Install dependencies
23
run: pnpm install --frozen-lockfile
24
+ - name: Build package
25
+ run: pnpm run build
26
- name: Publish package
- 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.
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments