mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Fix frontend build copy static build to right folder (#609)
This commit is contained in:
parent
0442a9fc86
commit
e300300d84
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ rundev: gen-protos
|
|||
build: gen-protos
|
||||
npm install
|
||||
npm run build
|
||||
rm -r ../squeaknode/admin/webapp/static/build
|
||||
cp -r build/ ../squeaknode/admin/webapp/static/build
|
||||
rm -rf ../squeaknode/admin/webapp/static/build
|
||||
cp -r build/ ../squeaknode/admin/webapp/static
|
||||
|
||||
gen-protos:
|
||||
./build-protos.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue