Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
(fix) eslint config --compilers is now deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Jun 27, 2019
1 parent bd95e37 commit 0f185b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"pretest": "npm run lint",
"tslint": "tslint",
"lint": "npm run tslint 'src/**/*.ts' './test/server.spec.ts'",
"test": "nyc ./node_modules/.bin/mocha --compilers ts:ts-node/register ./test/*.spec.ts"
"test": "nyc ./node_modules/.bin/mocha --require ts-node/register ./test/*.spec.ts"
}
}

0 comments on commit 0f185b7

Please sign in to comment.