mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
Fix buildWeb-win command
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user