From 0587c2d585bef88575b10c63a4eddb756b5dde2e Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 22 Mar 2022 10:53:13 +0100 Subject: [PATCH] Fix filename in Windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },