diff --git a/Procfile.dev b/Procfile.dev index 8a9077da3a..9164cb4634 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,3 +1,3 @@ web: bin/rails server -p 3000 -b 0.0.0.0 -js: npm run build --watch -css: npm run build:css --watch +js: npm run build:dev --watch +css: npm run build:css:dev --watch