mirror of
https://github.com/imjasonh/gots
synced 2026-07-08 00:56:04 +00:00
rename to gots
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
0853892d49
commit
b65d132b92
5 changed files with 8 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -12,7 +12,7 @@ generate-prod:
|
|||
|
||||
# Build the Go binary (production)
|
||||
release: generate-prod
|
||||
go build -o bin/gojs .
|
||||
go build -o bin/gots .
|
||||
|
||||
# Run the server (regenerates assets first)
|
||||
run: generate-dev
|
||||
|
|
@ -27,4 +27,4 @@ image: generate-prod
|
|||
|
||||
# Clean generated files
|
||||
clean:
|
||||
rm -rf assets/ frontend/node_modules/ frontend/package-lock.json gojs
|
||||
rm -rf assets/ frontend/node_modules/ frontend/package-lock.json gots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue