replace static/dist instead of moving
This commit is contained in:
parent
8c8d5ab9c7
commit
24ad532a1e
|
@ -3,4 +3,5 @@
|
|||
rm -rf dist/*
|
||||
yarn run build
|
||||
|
||||
rm -rf ../../public/static/dist
|
||||
mv dist ../../public/static
|
Loading…
Reference in New Issue