浏览代码

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