Skip to content

Commit

Permalink
add hardhat clean and hardhat:clean to the respectice package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
phipsae committed Jan 27, 2025
1 parent db9025b commit 24bf703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"hardhat:check-types": "yarn workspace @se-2/hardhat check-types",
"hardhat:compile": "yarn workspace @se-2/hardhat compile",
"hardhat:deploy": "yarn workspace @se-2/hardhat deploy",
"hardhat:clean": "yarn workspace @se-2/hardhat clean",
"hardhat:flatten": "yarn workspace @se-2/hardhat flatten",
"hardhat:fork": "yarn workspace @se-2/hardhat fork",
"hardhat:format": "yarn workspace @se-2/hardhat format",
Expand Down
1 change: 1 addition & 0 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"check-types": "tsc --noEmit --incremental",
"compile": "hardhat compile",
"deploy": "ts-node scripts/runHardhatDeployWithPK.ts",
"clean": "hardhat clean",
"flatten": "hardhat flatten",
"fork": "MAINNET_FORKING_ENABLED=true hardhat node --network hardhat --no-deploy",
"format": "prettier --write './**/*.(ts|sol)'",
Expand Down

0 comments on commit 24bf703

Please sign in to comment.