Fix prepare when using as git repository dependency
Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: cairo <cairoeth@protonmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
committed by
Hadrien Croubois
parent
0e7f530475
commit
e5962430d7
@ -13,7 +13,7 @@
|
||||
"coverage": "scripts/checks/coverage.sh",
|
||||
"docs": "npm run prepare-docs && oz-docs",
|
||||
"docs:watch": "oz-docs watch contracts docs/templates docs/config.js",
|
||||
"prepare": "git config --local core.hooksPath .githooks",
|
||||
"prepare": "scripts/prepare.sh",
|
||||
"prepare-docs": "scripts/prepare-docs.sh",
|
||||
"lint": "npm run lint:js && npm run lint:sol",
|
||||
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
||||
|
||||
Reference in New Issue
Block a user