Add missing tsc conf to Gitlab docker image
This diff is collapsed.
... | ... | @@ -11,7 +11,7 @@ |
"start": "node src/Sync.js -c", | ||
"pretest": "eslint --ignore-path .gitignore .", | ||
"test": "mocha --timeout 60000 && mocha --config=./test/ts/.mocharc.json --timeout 60000", | ||
"lab-sync": "ts-node src/scripts/gl/GitlabSync.ts -c", | ||
"lab-sync": "ts-node -v && ts-node src/scripts/gl/GitlabSync.ts", | ||
"import-backup": "node src/auto_backup/Import.js" | ||
}, | ||
"license": "EPL-2.0", | ||
... | ... | @@ -33,6 +33,7 @@ |
"openid-client": "^3.15.6", | ||
"parse-link-header": "^2.0.0", | ||
"simple-oauth2": "^4.1.0", | ||
"typescript": "^4.6.4", | ||
"ts-node": "^10.7.0", | ||
"uuid": "^8.3.2", | ||
"winston": "3.2.1", | ||
... | ... | @@ -51,7 +52,6 @@ |
"eslint-config-strongloop": "^2.1.0", | ||
"faker": "^5.5.3", | ||
"mocha": "^7.0.1", | ||
"sinon": "^10.0.0", | ||
"typescript": "^4.6.4" | ||
"sinon": "^10.0.0" | ||
} | ||
} |
Please register or sign in to comment