fix build script

This commit is contained in:
Pig Fang 2020-06-04 21:32:33 +08:00
parent 9141af2a70
commit f1294c8f57

View File

@ -11,7 +11,6 @@ if (Test-Path ./public/app) {
}
# Run webpack
yarn build:urls
yarn build
Move-Item -Path ./public/app/sw.js -Destination ./public -Force