Skip to content

Commit

Permalink
dont use esbuild.sh in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Oct 8, 2020
1 parent e3644e8 commit a834aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before:
- python3 scss/compile.py -y
- python3 mail/generate.py -y
- python3 version.py {{.Version}} version.go
- ./esbuild.sh
- bash -c 'npx esbuild ts/* --outdir=data/static --minify'
- swag init -g main.go
builds:
- dir: ./
Expand Down

0 comments on commit a834aa3

Please sign in to comment.