1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +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",
"test": "sasjs test -t viya",
"lint": "sasjs lint",
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "2.27.0"