Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Nov 23, 2019
1 parent 63daad4 commit ba469d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"publish:http": "lerna run --scope='@porton/apps-*' publish:http --stream",
"restart": "RESTART_KIT=true node_modules/@aragon/test-helpers/ganache-cli.sh",

"prepublishOnly": "npx truffle migrate --network rpc",
"prepublishOnly": "aragon contracts compile",
"start:ipfs": "aragon run --files dist",
"start:template": "aragon run --network-id 15 --files dist --template Template --template-init @ARAGON_ENS --template-new-instance newInstance --template-args 0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7",
"start:template": "aragon run --files dist --template Template --template-init @ARAGON_ENS --template-new-instance newInstance --template-args 0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7",
"start:judge": "cd apps/judge && npm start",
"start:dev": "DEV=true node_modules/@aragon/test-helpers/ganache-cli.sh",
"start:no:client": "NO_CLIENT=true node_modules/@aragon/test-helpers/ganache-cli.sh",
Expand Down

0 comments on commit ba469d4

Please sign in to comment.