Add automated test running to development procfile

pull/1/head
rebuilt 3 years ago
parent 6a435fa570
commit 124d35d8db

@ -1,3 +1,4 @@
web: bin/rails server -p 3000
js: yarn build --watch
css: yarn watch:css
guard: bundle exec guard

Loading…
Cancel
Save