Skip to content

Commit 2e0512c

Browse files
committed
Update github actions
1 parent df0b1f8 commit 2e0512c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-merge-main-deploy-npmjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
node-version: "16.x"
1717
registry-url: "https://registry.npmjs.org"
1818
scope: "@proangular"
19-
- run: rm /dist/npm/.npmrc
2019
- run: npm ci
2120
- run: npm run npm-build-package
21+
- run: rm /dist/npm/.npmrc
2222
- run: cd dist/npm && npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)