Remove docs and buildWeb commands from package

This commit is contained in:
2018-03-14 13:33:31 +05:30
parent a54c50635c
commit ae1ed0f31a
10 changed files with 0 additions and 31 deletions
-2
View File
@@ -17,8 +17,6 @@
"scripts": {
"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 \"Get-ChildItem ./docs -Recurse | Remove-Item -Recurse -Force; Copy-Item -Path ./build/* -Recurse -force -Destination ./docs -Container\"",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},