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

chore(docs): adding a homepage to the doc site and integrating with the sasjs doc command. See https://core.sasjs.io

This commit is contained in:
2021-02-10 00:12:49 +01:00
parent 268bdca4e0
commit 0631a05a78
6 changed files with 34 additions and 51 deletions

View File

@@ -27,7 +27,8 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "./sasjs/utils/build.sh"
},
"devDependencies": {
"@sasjs/cli": "^2.4.0"