fix build script
This commit is contained in:
parent
b63149d30a
commit
24a5962576
|
|
@ -9,6 +9,9 @@ param (
|
||||||
if (Test-Path ./public/app) {
|
if (Test-Path ./public/app) {
|
||||||
Remove-Item ./public/app -Recurse -Force
|
Remove-Item ./public/app -Recurse -Force
|
||||||
}
|
}
|
||||||
|
if (Test-Path ./public/bg) {
|
||||||
|
Remove-Item ./public/bg -Recurse -Force
|
||||||
|
}
|
||||||
|
|
||||||
# Run webpack
|
# Run webpack
|
||||||
yarn build
|
yarn build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user