Skip to content

Commit

Permalink
implement frontend dir workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissyast committed Feb 4, 2020
1 parent 50ba7e3 commit cbb47f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backend: bundle exec puma -C config/puma.rb
web: cd front && node server.js
web: npm start --prefix front
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "draw",
"version": "1.0.0",
"scripts": {
"postinstall": "npm install --prefix front"
}
}

0 comments on commit cbb47f0

Please sign in to comment.