Skip to content

Commit

Permalink
explicit yarn scripts for linting + snapshots (Uniswap#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilz authored Jun 17, 2022
1 parent 0c7829f commit b538bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
typechain/
lib/forge-std/
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"snapshots": "UPDATE_SNAPSHOT=1 hardhat test",
"compile-forge": "forge build",
"test-forge": "forge test"
"test-forge": "forge test",
"prettier": "prettier --write '**/*.sol' && prettier --write '**/*.ts'"
}
}

0 comments on commit b538bc1

Please sign in to comment.