diff --git a/package.json b/package.json index a15bf584..165980d0 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "format": "prettier --check '**/*.{json,js,ts,sol}'", "generate-evm-account": "hardhat run scripts/generate_evm_account.ts --network localhost", "generate-otp-account": "hardhat run scripts/generate_otp_account.ts --network localhost", + "install": "husky install && hardhat typechain", "lint:fix": "npm run lint:sol:fix && npm run lint:ts:fix", "lint:sol:fix": "solhint 'contracts/**/*.sol' --fix", "lint:sol": "solhint 'contracts/**/*.sol'", @@ -99,7 +100,6 @@ "lint:ts": "eslint '**/*.{js,ts}'", "lint": "npm run lint:sol && npm run lint:ts", "mint-test-tokens": "cross-env HARDHAT_DEPLOY_FIXTURE=true hardhat run scripts/mint_test_tokens.ts --network localhost", - "prepare": "husky install && hardhat typechain", "slither:reentrancy": "slither . --detect reentrancy-eth,reentrancy-no-eth,reentrancy-unlimited-gas", "slither": "slither .", "test:fulltrace": "hardhat test --network hardhat --fulltrace",