mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-01-10 03:45:41 +00:00
Run linter before tests
This commit is contained in:
parent
f7af18eb2d
commit
7bcf3fe92c
@ -2,7 +2,7 @@
|
||||
"name": "dagger-contracts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "hardhat test",
|
||||
"test": "npm run lint && hardhat test",
|
||||
"start": "hardhat node --export 'deployment-localhost.json'",
|
||||
"format": "prettier --write contracts/**/*.sol test/**/*.js",
|
||||
"lint": "solhint contracts/**.sol"
|
||||
|
Loading…
x
Reference in New Issue
Block a user