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 4a5f87b commit 5443861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_npm_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_TOKEN }}
- name: Install dependencies
run: npm ci --ignore-scripts
run: npm i
- if: inputs.buildBeforePublishing
name: Run build
run: npm run build
Expand Down

0 comments on commit 5443861

Please sign in to comment.