Revert "Try using full ts-node path"
This commit is contained in:
parent
a2a7dc572c
commit
bbd4ce7c07
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",
|
"update": "npm install --save-dev git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes",
|
||||||
"lint": "eslint 'src/**/*.ts' --cache",
|
"lint": "eslint 'src/**/*.ts' --cache",
|
||||||
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
|
"lint:fix": "eslint 'src/**/*.ts' --cache --fix",
|
||||||
"test": "./node_modules/.bin/ts-node ./node_modules/jasmine/bin/jasmine",
|
"test": "ts-node ./node_modules/jasmine/bin/jasmine",
|
||||||
"test:ci": "./node_modules/.bin/ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport",
|
"test:ci": "ts-node ./node_modules/jasmine-xml-reporter/bin/jasmine --junitreport",
|
||||||
"format": "prettier --write 'src/**/*.(ts|json|scss)'"
|
"format": "prettier --write 'src/**/*.(ts|json|scss)'"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue