lib/dogids/run.rb in dogids-cli-0.0.29 vs lib/dogids/run.rb in dogids-cli-0.0.30
- old
+ new
@@ -5,10 +5,10 @@
desc "dev", "Runs the development environment for the backend"
# Run the development site
# @param [string] app_name
def dev(app_name = nil)
- system("cd ~/dogids-backend/themes/dogids && npm run dev")
+ system("cd ~/dogids-backend && yarn run dev")
end
# no_commands do
# end
end