Skip to content

Commit

Permalink
Merge pull request trufflesuite#49 from trufflesuite/npm-prepare
Browse files Browse the repository at this point in the history
Build on npm install
  • Loading branch information
gnidan authored Mar 23, 2018
2 parents 6d08d26 + cc491a2 commit 4b89418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/truffle-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/debugger.js",
"scripts": {
"docs": "esdoc",
"prepare": "npm run build",
"build": "webpack --config webpack/webpack.config.js",
"start": "node ./webpack/dev-server.js",
"test": "mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive",
Expand Down

0 comments on commit 4b89418

Please sign in to comment.