From 1df0c8351baee7add087e8cfe04d3e88e1658bc7 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 12 Mar 2018 03:24:04 +0530 Subject: [PATCH] Fix buildWeb-win command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },