Skip to content

Commit c9d519b

Browse files
authored
Merge pull request #6200 from alex-yi37/fix-dev-procfile
updates Procfile.dev to use dev js and css build scripts
2 parents df3ae63 + 2c58213 commit c9d519b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Procfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
web: bin/rails server -p 3000 -b 0.0.0.0
2-
js: npm run build --watch
3-
css: npm run build:css --watch
2+
js: npm run build:dev --watch
3+
css: npm run build:css:dev --watch

0 commit comments

Comments
 (0)