Skip to content

Commit

Permalink
Update GitHub Actions workflow to add node_modules/.bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 17, 2024
1 parent 16ba18a commit ac4133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install

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

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

0 comments on commit ac4133c

Please sign in to comment.