Skip to content

Commit

Permalink
Merge pull request #35 from zama-ai/remove-postinstall
Browse files Browse the repository at this point in the history
Remove postinstall
  • Loading branch information
immortal-tofu authored Mar 28, 2024
2 parents 2681d04 + aa2c81b commit aa79e43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fhevm-contracts",
"description": "fhEVM contracts",
"version": "0.1.0-0",
"version": "0.1.0-1",
"author": {
"name": "Zama",
"url": "https://github.com/zama-ai"
Expand Down Expand Up @@ -74,7 +74,6 @@
"lint": "npm run lint:sol && npm run lint:ts && npm run prettier:check",
"lint:sol": "solhint --max-warnings 10 \"contracts/**/*.sol\"",
"lint:ts": "eslint --ignore-path ./.eslintignore --ext .js,.ts .",
"postinstall": "DOTENV_CONFIG_PATH=./.env.example npm run typechain",
"prettier:check": "prettier --check \"**/*.{js,json,md,sol,ts,yml}\"",
"prettier:write": "prettier --write \"**/*.{js,json,md,sol,ts,yml}\"",
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
Expand Down

0 comments on commit aa79e43

Please sign in to comment.