Skip to content

Commit

Permalink
Merge pull request #176 from getgauge/fix/release-install
Browse files Browse the repository at this point in the history
Fix build command
  • Loading branch information
zabil authored Jun 11, 2024
2 parents d6b7319 + e4f401e commit 51362da
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 @@ -31,7 +31,7 @@ jobs:
- name: Package
working-directory: gauge-ts
run: |
npm build
npm run build
./build.sh package
Expand Down

0 comments on commit 51362da

Please sign in to comment.