1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 09:30:06 +00:00

fix: switch postinstall to prepare

This commit is contained in:
Allan Bowe
2021-06-30 19:50:20 +03:00
committed by GitHub
parent f301899269
commit 825c97c49c

View File

@@ -30,7 +30,7 @@
"docs": "sasjs doc && ./sasjs/utils/build.sh", "docs": "sasjs doc && ./sasjs/utils/build.sh",
"test": "sasjs test -t viya", "test": "sasjs test -t viya",
"lint": "sasjs lint", "lint": "sasjs lint",
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true" "prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
}, },
"devDependencies": { "devDependencies": {
"@sasjs/cli": "2.27.0" "@sasjs/cli": "2.27.0"