From bb6a862c78823100902b799509b601f8dddbaa25 Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Wed, 10 Jul 2019 10:27:08 +0100 Subject: [PATCH] modify npm scripts --- apps/contribution/package.json | 2 +- apps/proposal/package.json | 2 +- apps/token/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": [] }