Skip to content

Commit

Permalink
Fix new line at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
gscarv13 committed Nov 10, 2021
1 parent 2332fa2 commit d09941a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# You can run these commands in separate shells
rails: bundle exec rails s -p 3000
wp-client: bin/webpack-dev-server
wp-server: SERVER_BUNDLE_ONLY=yes bin/webpack --watch
wp-server: SERVER_BUNDLE_ONLY=yes bin/webpack --watch
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ web: rails s -p 3000
# upon saving rather than when you refresh your browser page.
# Note, if using React on Rails localization you will need to run
# `bundle exec rake react_on_rails:locale` before you run bin/webpack
webpack: sh -c 'rm -rf public/packs/* || true && bin/webpack -w'
webpack: sh -c 'rm -rf public/packs/* || true && bin/webpack -w'

0 comments on commit d09941a

Please sign in to comment.