Skip to content

Commit

Permalink
Add node_modules/.bin to PATH in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 17, 2024
1 parent 32fb1c6 commit 16ba18a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Add node_modules/.bin to PATH
run: echo "::add-path::$(npm bin)"

- name: Build and Package the app
run: npm run package
env:
Expand Down

0 comments on commit 16ba18a

Please sign in to comment.