1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20:05 +00:00

chore: Merge branch 'main' of https://github.com/sasjs/core into cli-issue-1113

This commit is contained in:
Yury Shkoda
2022-04-14 18:22:57 +03:00
9 changed files with 49 additions and 26 deletions

View File

@@ -26,9 +26,9 @@
"homepage": "https://core.sasjs.io",
"main": "index.js",
"scripts": {
"build": "sasjs cbd -t viya",
"build": "sasjs cbd -t server",
"docs": "sasjs doc -t docsonly && ./sasjs/utils/build.sh",
"test": "sasjs test -t viya",
"test": "sasjs test -t server",
"lint": "sasjs lint",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},