mirror of
https://github.com/imjasonh/gots
synced 2026-07-18 06:37:49 +00:00
separate prod+dev JS compile
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
c006fdb136
commit
0853892d49
10 changed files with 127 additions and 42 deletions
5
frontend/generate_dev.go
Normal file
5
frontend/generate_dev.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
//go:build ignore
|
||||
|
||||
package main
|
||||
|
||||
//go:generate sh -c "npm install && npm run build:dev"
|
||||
Loading…
Add table
Add a link
Reference in a new issue