1
0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-09-16 15:48:32 +00:00

Remove JS build step

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-09-09 19:07:01 +02:00
parent ab4b20f015
commit 04185cf792
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -10,8 +10,5 @@ build: generate
install: generate
go install -ldflags "-X main.version=$(shell git describe --tags || git rev-parse --short HEAD || echo dev)"
generate: build_js
generate:
go generate
build_js:
coffee -c application.coffee