diff --git a/package.json b/package.json index a339bae..b1fcd6a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "MIT", "scripts": { "test": "npm run lint && hardhat test", - "start": "hardhat node --export 'deployment-localhost.json'", + "start": "hardhat node --export deployment-localhost.json", "format": "prettier --write contracts/**/*.sol test/**/*.js", "lint": "solhint contracts/**.sol" },