mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
Clean install npm when running go generate
This commit is contained in:
parent
0b331ec6c6
commit
028e9c4854
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:generate npm i
|
//go:generate npm ci
|
||||||
//go:generate npm run build
|
//go:generate npm run build
|
||||||
//go:embed build/*
|
//go:embed build/*
|
||||||
var f embed.FS
|
var f embed.FS
|
||||||
|
|
Loading…
Reference in a new issue