Skip to content

Commit

Permalink
chore(protocol): remove the unused hardhat-preprocessor dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 17, 2023
1 parent f329710 commit cbc2ada
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 368 deletions.
1 change: 0 additions & 1 deletion packages/protocol/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "@openzeppelin/hardhat-upgrades";
import "@typechain/hardhat";
import "hardhat-abi-exporter";
import "hardhat-gas-reporter";
import "hardhat-preprocessor";
import { HardhatUserConfig } from "hardhat/config";
import "solidity-coverage";
import "solidity-docgen";
Expand Down
3 changes: 1 addition & 2 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"compile": "pnpm hardhat preprocess && pnpm hardhat compile",
"compile": "pnpm hardhat compile",
"export:abi": "pnpm hardhat clear-abi && pnpm hardhat export-abi",
"export:docs": "pnpm hardhat docgen && pnpm prettier --write ../website/pages/docs/contract-documentation/**/*.md",
"clean": "rm -rf abis cache && pnpm hardhat clean",
Expand Down Expand Up @@ -64,7 +64,6 @@
"hardhat-abi-exporter": "^2.10.0",
"hardhat-docgen": "^1.3.0",
"hardhat-gas-reporter": "^1.0.7",
"hardhat-preprocessor": "^0.1.5",
"lint-staged": "^12.3.4",
"merkle-patricia-tree": "^4.2.4",
"prettier": "^2.5.1",
Expand Down
Loading

0 comments on commit cbc2ada

Please sign in to comment.