1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: adding test command to package.json

This commit is contained in:
Allan Bowe
2021-05-15 16:55:57 +03:00
parent bbbc28ad6d
commit d13ac52739

View File

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