dont use esbuild.sh in goreleaser

pull/20/head
Harvey Tindall 4 years ago
parent e3644e8fbf
commit a834aa30cf
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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: ./

Loading…
Cancel
Save