mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
BUGFIX: need to install npm deps before build
This commit is contained in:
1
build.sh
1
build.sh
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm -rf ./bin
|
rm -rf ./bin
|
||||||
|
npm --prefix ./views install
|
||||||
npm --prefix ./views run build -- --config vite.config.js
|
npm --prefix ./views run build -- --config vite.config.js
|
||||||
mkdir -p ./bin
|
mkdir -p ./bin
|
||||||
go build -o ./bin/kgpz .
|
go build -o ./bin/kgpz .
|
||||||
|
|||||||
Reference in New Issue
Block a user