Skip to content

Commit

Permalink
Agent: install frontend on bootstrap (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
izqui authored and sohkai committed Sep 10, 2019
1 parent 4c0e894 commit d0bc154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"truffle:dev": "truffle dev",
"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh",
"abi:extract": "truffle-extract --output abi/ --keys abi",
"prepare": "npx apps-shared-scripts-prepare",
"install:frontend": "cd app && npm install",
"prepublishOnly": "truffle compile --all && npm run abi:extract -- --no-compile"
},
"files": [
Expand All @@ -34,6 +36,7 @@
"description": "",
"devDependencies": {
"@aragon/apps-shared-migrations": "1.0.0",
"@aragon/apps-shared-scripts": "^1.0.0",
"@aragon/cli": "^6.0.0",
"@aragon/test-helpers": "^2.1.0",
"eth-ens-namehash": "^2.0.8",
Expand Down

0 comments on commit d0bc154

Please sign in to comment.