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 7dfbdb2 commit 6cd5f0fCopy full SHA for 6cd5f0f
.github/workflows/on-merge-main-deploy-npmjs.yml
@@ -16,6 +16,7 @@ jobs:
16
node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
scope: "@proangular"
19
+ - run: npm config set registry https://registry.npmjs.org/
20
- run: npm ci
21
- run: npm run npm-build-package:gpr
22
- run: cd dist/npm && npm publish
0 commit comments