Skip to content

Commit

Permalink
adding npm instll --devDepenicies to build and package job
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Feb 28, 2025
1 parent 5613769 commit 1861166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install dependencies
run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
npm install
npm install --devDependencies
- name: Build
run: npm run compile
- name: npm Package
Expand Down

0 comments on commit 1861166

Please sign in to comment.