Clean install npm when running go generate

This commit is contained in:
ditatompel 2024-05-30 12:50:14 +07:00
parent 0b331ec6c6
commit 028e9c4854
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -7,7 +7,7 @@ import (
"net/http"
)
//go:generate npm i
//go:generate npm ci
//go:generate npm run build
//go:embed build/*
var f embed.FS