1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-08 18:00:06 +00:00

chore: adding sasjsconfig schema file and updating package.json with SASjs CLI devDependency (used to generate doxygen docs)

This commit is contained in:
2021-02-07 21:47:34 +01:00
parent e38f331ad5
commit 268bdca4e0
3 changed files with 3399 additions and 6 deletions

3401
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,6 +29,7 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "devDependencies": {
"@sasjs/cli": "^2.4.0"
} }
} }

View File

@@ -1,3 +1,4 @@
{ {
"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json",
"macroFolders": ["../base", "../meta", "../metax", "../viya", "../lua"] "macroFolders": ["../base", "../meta", "../metax", "../viya", "../lua"]
} }