mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-01-14 12:16:38 +00:00
10 lines
119 B
Bash
10 lines
119 B
Bash
#!/bin/bash
|
|
|
|
cd ../web
|
|
|
|
npm install
|
|
npm run build
|
|
|
|
rm -rf ../dbgpt/app/static/*
|
|
|
|
cp -R ../web/out/* ../dbgpt/app/static |