Skip to content

Commit

Permalink
updates Procfile.dev to use dev js and css build scripts after migrat…
Browse files Browse the repository at this point in the history
…ion from yarn to npm
  • Loading branch information
alex-yi37 committed Jan 29, 2025
1 parent df3ae63 commit 2c58213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2c58213

Please sign in to comment.