diff --git a/scripts/build.sh b/scripts/build.sh index 84866949..079e780b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -52,18 +52,6 @@ scripts/newtab.md.sh scripts/make_tutorial.sh scripts/make_docs.sh -if [ "$1" != "--no-native" ]; then - if [ "$(isWindowsMinGW)" = "True" ]; then - powershell \ - -NoProfile \ - -InputFormat None \ - -ExecutionPolicy Bypass \ - native/win_install.ps1 -DebugDirBase native - else - native/install.sh local - fi -fi - webpack --stats errors-only --bail scripts/bodgecss.sh