1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-10 10:50:04 +00:00

chore: updating package.json

This commit is contained in:
Allan Bowe
2021-05-19 18:14:04 +03:00
parent 1322bdab92
commit 7cac4c71fb
3 changed files with 4 additions and 114 deletions

View File

@@ -30,11 +30,10 @@
"docs": "sasjs doc && ./sasjs/utils/build.sh",
"test": "sasjs test -t viya",
"lint": "sasjs lint",
"postinstall": "git config core.hooksPath ./.git-hooks"
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "^2.19.3",
"ghooks": "^2.0.4"
"@sasjs/cli": "^2.19.3"
},
"config": {
"ghooks": {