command run-chrome do
  run_ "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
      --app=http://localhost:8080/
      --auto-open-devtools-for-tabs

command build do
  npm run build

command start do
  npm start
