Skip to content

Commit

Permalink
Heroku Deployment Part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Nov 13, 2020
1 parent 02a1fac commit 47f488f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"documentation": "solidity-docgen --solc-module ./node_modules/solc",
"test": "truffle test --network development",
"coverage": "truffle run coverage --file='test/*.test.js' --network coverage",
"build": "truffle compile",
"start": "node server.js",
"heroku-postbuild": "webpack -p"
"heroku-postbuild": "truffle compile && webpack -p"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 47f488f

Please sign in to comment.