I don't have node

This commit is contained in:
Mikko Ahlroth 2023-01-14 01:10:44 +02:00
parent 70bdcca5ea
commit 41ad1b5510

View file

@ -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