Skip to content

Commit

Permalink
Change npm ci to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
janakact committed Feb 9, 2023
1 parent fff4cd7 commit 224824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd library && npm ci
- run: cd library && npm install
- run: npm test

publish-gpr:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: cd library && npm ci && npm run build
- run: cd library && npm install && npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 224824d

Please sign in to comment.