Skip to content

Commit

Permalink
feat: changing npm publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares committed May 6, 2024
1 parent bd57586 commit 4a5f87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ jobs:
node-version: ${{ inputs.nodeVersion }}
registry-url: https://npm.pkg.github.com
scope: ${{ inputs.scope }}
- name: Install npm dependencies
run: npm i
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
# - name: Install npm dependencies
# run: npm i
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
- name: Install dependencies
run: npm ci --ignore-scripts
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit 4a5f87b

Please sign in to comment.