Try using full ts-node path
This commit is contained in:
parent
516c04c8de
commit
a2a7dc572c
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,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/bin/jasmine",
|
||||
"test:ci": "ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport",
|
||||
"test": "./node_modules/.bin/ts-node ./node_modules/jasmine/bin/jasmine",
|
||||
"test:ci": "./node_modules/.bin/ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport",
|
||||
"format": "prettier --write 'src/**/*.(ts|json|scss)'"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue