Create explicit ci test task.
This commit is contained in:
parent
df7915790b
commit
c5fe9d6963
4 changed files with 6 additions and 13 deletions
|
@ -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": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue