mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 13:23:10 +00:00
Add process names when running concurrently
This commit is contained in:
parent
ca9d8bb31e
commit
3614bfe7ed
@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"test": "npm run lint && NODE_ENV=test hardhat test",
|
||||
"fuzz": "hardhat compile && fuzzing/fuzz.sh",
|
||||
"start": "concurrently \"hardhat node\" \"sleep 2 && npm run deploy\"",
|
||||
"start": "concurrently --names \"hardhat,deployment\" --prefix \"[{time} {name}]\" \"hardhat node\" \"sleep 2 && npm run deploy\"",
|
||||
"compile": "hardhat compile",
|
||||
"format": "prettier --write test/**/*.js --plugin=prettier-plugin-solidity contracts/**/*.sol ",
|
||||
"format:check": "prettier --check test/**/*.js --plugin=prettier-plugin-solidity contracts/**/*.sol",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user