1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-16 00:24:35 +00:00

fix: bump sasjs/cli version + 'prepare' support windows CMD/Powershell

This commit is contained in:
Saad Jutt
2021-07-10 03:43:58 +05:00
parent 825c97c49c
commit 21200c11c1
2 changed files with 67 additions and 67 deletions

View File

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