|
@@ -13,6 +13,7 @@
|
|
"coverage": "env COVERAGE=true hardhat coverage",
|
|
"coverage": "env COVERAGE=true hardhat coverage",
|
|
"docs": "npm run prepare-docs && oz-docs",
|
|
"docs": "npm run prepare-docs && oz-docs",
|
|
"docs:watch": "oz-docs watch contracts docs/templates docs/config.js",
|
|
"docs:watch": "oz-docs watch contracts docs/templates docs/config.js",
|
|
|
|
+ "prepare": "git config --local core.hooksPath .githooks",
|
|
"prepare-docs": "scripts/prepare-docs.sh",
|
|
"prepare-docs": "scripts/prepare-docs.sh",
|
|
"lint": "npm run lint:js && npm run lint:sol",
|
|
"lint": "npm run lint:js && npm run lint:sol",
|
|
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
|
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|