1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20: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",
"scripts": {
"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",
"lint": "sasjs lint",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"