Skip to content

Commit

Permalink
Fix travis release
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jun 24, 2024
1 parent f2edb07 commit 8aa987a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: go
go:
- "1.20.x"

before_install:
- npm install -g typescript

script:
- go mod tidy
- git diff --exit-code --quiet || (echo "Please run 'go mod tidy' to clean up the 'go.mod' and 'go.sum' files."; false)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install-typescript:
npx tsc

.PHONY: release
release: install-packr install-typescript
release: install-packr
curl -sL https://git.io/goreleaser | bash

.PHONY: clean
Expand Down

0 comments on commit 8aa987a

Please sign in to comment.