Skip to content

Commit

Permalink
dont mix and match installation steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed May 30, 2024
1 parent 395ac60 commit 375097f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
- name: Generate JS Package
run: |
go install github.com/gzuidhof/tygo@latest
make build-js
npm version ${{ steps.bump_version.outputs.release_version }} --no-git-tag-version
- name: Commit Changes Locally
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test:
# Steps related to building and publishing fasten-sources-js library.

build-js:
go install github.com/gzuidhof/tygo@latest
tygo generate
npm install -g typescript
cd js && tsc
Expand Down

0 comments on commit 375097f

Please sign in to comment.