diff --git a/package.json b/package.json index b194fa3..7ecf66c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "start": "react-scripts-ts start", "build": "react-scripts-ts build", "buildWeb": "react-scripts-ts build && mv ./build ./docs", - "buildWeb-win": "react-scripts-ts build && powershell.exe \"Copy-Item -Path ./build/* -Recurse -force -Destination ./docs\"", + "buildWeb-win": "react-scripts-ts build && powershell.exe \"Copy-Item -Path ./build/* -Recurse -force -Destination ./docs -Container\"", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject" },