diff --git a/apps/contribution/package.json b/apps/contribution/package.json index ca4dd0f..d38b57a 100644 --- a/apps/contribution/package.json +++ b/apps/contribution/package.json @@ -29,7 +29,7 @@ "test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test", "test:gas": "GAS_REPORTER=true npm test", "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test", - "ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh" + "ganache-cli:test": "../../scripts/ganache-cli.sh" }, "keywords": [] } diff --git a/apps/proposal/package.json b/apps/proposal/package.json index eabedc4..a3f4e9a 100644 --- a/apps/proposal/package.json +++ b/apps/proposal/package.json @@ -29,7 +29,7 @@ "test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test", "test:gas": "GAS_REPORTER=true npm test", "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test", - "ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh" + "ganache-cli:test": "../../scripts/ganache-cli.sh" }, "keywords": [] } diff --git a/apps/token/package.json b/apps/token/package.json index a59a720..a45291e 100644 --- a/apps/token/package.json +++ b/apps/token/package.json @@ -29,7 +29,7 @@ "test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test", "test:gas": "GAS_REPORTER=true npm test", "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test", - "ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh" + "ganache-cli:test": "../../scripts/ganache-cli.sh" }, "keywords": [] }