This commit is contained in:
Mark Hillebrand 2018-12-19 10:54:30 +01:00
Родитель 242723004b
Коммит a1a976cbdc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@
"scripts": {
"build": "gulp compress",
"test": "npm run lint && npm run jest",
"jest": "jest --runInBand",
"jest": "jest --maxWorkers=2",
"lint": "tslint -p tsconfig.json",
"civersion": "node ci/version.js",
"prepack": "npm run build"