From f716fe6919d36d52940bacccd7f90fe600668ed7 Mon Sep 17 00:00:00 2001 From: Nenad Date: Thu, 1 Jun 2023 10:44:41 +0200 Subject: [PATCH] Revert change to 'yarn compile' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dd53d2d8..6c7fd8dbc 100644 --- a/package.json +++ b/package.json @@ -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"