Skip to content

Commit

Permalink
Merge pull request #180 from OriginTrail/package-fix
Browse files Browse the repository at this point in the history
Changed prepare script to install
  • Loading branch information
u-hubar authored Jul 11, 2023
2 parents f442ffc + 4c50bbe commit cd83225
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 @@ -92,14 +92,14 @@
"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'",
"lint:ts:fix": "eslint '**/*.{js,ts}' --fix",
"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",
Expand Down

0 comments on commit cd83225

Please sign in to comment.