소스 검색

chore: updated windows start script to use yarn

Kristian Vos 5 년 전
부모
커밋
02f1e43f2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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