diff --git a/package.json b/package.json index a3089b9..d19bca2 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ }, "scripts": { "build-package": "node tools/build_package.js", - "compile-all": "truffle compile --all", - "test": "truffle test", + "compile-all": "./node_modules/.bin/truffle compile --all", + "test": "./node_modules/.bin/truffle test", "test:range": "./tools/test_range.sh", "prepack": "npm run compile-all && npm run build-package", "lint": "eslint migrations/*.js test/*/*.js tools/*.js -c .eslintrc"