aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ed1964..3e0e7bb 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,9 @@ ui:
ui-vanilla:
cd frontend-vanilla && ${NPM} install && ${NPM} run build
+ rm -rf web/dist/v3
+ mkdir -p web/dist/v3
+ cp -r frontend-vanilla/dist/* web/dist/v3/
build:
${GO} build ${LDFLAGS} -o ${BINARY} ./cmd/neko