|
@@ -82,7 +82,7 @@
|
|
"lint": "yarn lint:sol && yarn lint:ts && yarn prettier:check",
|
|
"lint": "yarn lint:sol && yarn lint:ts && yarn prettier:check",
|
|
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
|
|
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",
|
|
"lint:ts": "eslint --config ./.eslintrc.yml --ignore-path ./.eslintignore --ext .js,.ts .",
|
|
"lint:ts": "eslint --config ./.eslintrc.yml --ignore-path ./.eslintignore --ext .js,.ts .",
|
|
- "postinstall": "husky install && yarn typechain",
|
|
|
|
|
|
+ "postinstall": "husky install && DOTENV_CONFIG_PATH=./.env.example yarn typechain",
|
|
"postpublish": "pinst --enable",
|
|
"postpublish": "pinst --enable",
|
|
"prepublishOnly": "pinst --disable",
|
|
"prepublishOnly": "pinst --disable",
|
|
"prettier": "prettier --config ./.prettierrc.yml --write \"**/*.{js,json,md,sol,ts,yml}\"",
|
|
"prettier": "prettier --config ./.prettierrc.yml --write \"**/*.{js,json,md,sol,ts,yml}\"",
|