Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Revert change to 'yarn compile'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Jun 1, 2023
1 parent 1b7cfa2 commit f716fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"preinstall": "npx only-allow yarn",
"format": "prettier --write './**/*.{ts,tsx,js}' --write contracts/**/*.sol",
"test": "hardhat test",
"compile": "hardhat compile",
"compile": "hardhat compile && yarn format",
"clean-compile": "set -x && mv ./tasks/index.ts ./tasks/temp_index.ts && touch ./tasks/index.ts && hardhat clean && hardhat compile && mv ./tasks/temp_index.ts ./tasks/index.ts && set +x",
"deploy": "hardhat compile && hardhat run ./scripts/deploy.ts",
"abi": "hardhat export-abi"
Expand Down

0 comments on commit f716fe6

Please sign in to comment.