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 df0b1f8 commit 2e0512cCopy full SHA for 2e0512c
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -16,9 +16,9 @@ jobs:
16
node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
scope: "@proangular"
19
- - run: rm /dist/npm/.npmrc
20
- run: npm ci
21
- run: npm run npm-build-package
+ - run: rm /dist/npm/.npmrc
22
- run: cd dist/npm && npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments