Fix filename in Windows

This commit is contained in:
Mark Spanbroek 2022-03-22 10:53:13 +01:00
parent 2a745d7abe
commit 0587c2d585
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},