Explorar o código

chore: updated windows start script to use yarn

Kristian Vos %!s(int64=5) %!d(string=hai) anos
pai
achega
02f1e43f2f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      windows-start.cmd

+ 1 - 1
windows-start.cmd

@@ -1,7 +1,7 @@
 start "Redis" "startRedis.cmd"
 start "Mongo" "startMongo.cmd"
 cd frontend
-start "Frontend" npm run development-watch
+start "Frontend" yarn run dev
 cd ..
 SLEEP 20
 cd backend