Create explicit ci test task.

This commit is contained in:
Oliver Rümpelein 2020-12-30 22:41:55 +01:00
parent df7915790b
commit c5fe9d6963
4 changed files with 6 additions and 13 deletions

View file

@ -12,7 +12,8 @@
"update": "npm install --save-dev git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes",
"lint": "eslint 'src/**/*.ts' --cache",
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
"test": "ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport"
"test": "ts-node ./node_modules/jasmine/bin/jasmine",
"test:ci": "ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport"
},
"author": "",
"license": "",