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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user