diff --git a/app/run_mix b/app/run_mix index 5ed7993..3505f8a 100755 --- a/app/run_mix +++ b/app/run_mix @@ -23,10 +23,6 @@ if [ ! -d "deps/desktop" ]; then mix deps.get fi -if [ ! -d "assets/node_modules" ]; then - cd assets && npm i && cd .. -fi - if [ -f "$APP_FILE" ]; then rm "$APP_FILE" fi