Skip to content

Commit

Permalink
fixing dependnecy install before compliation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 30, 2024
1 parent a9ce4c1 commit 51cfd95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build-js:
go install github.com/gzuidhof/tygo@latest
tygo generate
npm install -g typescript
cd js && yarn install
cd js && tsc

publish-js:
Expand Down

0 comments on commit 51cfd95

Please sign in to comment.