Skip to content

Commit 2c58213

Browse files
committed
updates Procfile.dev to use dev js and css build scripts after migration from yarn to npm
1 parent df3ae63 commit 2c58213

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)