Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil committed Jun 11, 2024
1 parent d6b7319 commit e4f401e
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 e4f401e

Please sign in to comment.