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

chore: fixing docs for tests

This commit is contained in:
Allan Bowe
2021-08-18 19:55:05 +03:00
parent fc8ba2e36c
commit bc410a9135
2 changed files with 9 additions and 1 deletions

View File

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

View File

@@ -51,6 +51,14 @@
"macroFolders": [ "macroFolders": [
"tests/sas9only" "tests/sas9only"
] ]
},
{
"name": "docsonly",
"serverType": "SAS9",
"macroFolders": [
"tests/sas9only",
"tests/viyaonly"
]
} }
] ]
} }