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

Compare commits

...

1 Commits

Author SHA1 Message Date
Allan Bowe
d13ac52739 fix: adding test command to package.json 2021-05-15 16:55:57 +03:00

View File

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