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