mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-08 08:13:08 +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