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 2f06752 commit df0b1f8Copy full SHA for df0b1f8
.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: npm config set registry http://registry.npmjs.org
22
- run: cd dist/npm && npm publish
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments