mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-28 23:35:04 +00:00
Fix filename in Windows
This commit is contained in:
parent
2a745d7abe
commit
0587c2d585
@ -3,7 +3,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run lint && hardhat test",
|
"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",
|
"format": "prettier --write contracts/**/*.sol test/**/*.js",
|
||||||
"lint": "solhint contracts/**.sol"
|
"lint": "solhint contracts/**.sol"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user