Skip to content
Snippets Groups Projects
Commit 79aee9df authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

Fixed typo in NPM scripts for linting.

parent 6bf93d39
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
"coverage:coveralls": "nyc --reporter=lcov npm run test",
"coverage:text": "nyc --reporter=text npm run test",
"lint": "npm run lint:scripts && npm run lint:tests",
"lint:scripts": "cd scripts && .eslint .",
"lint:tests": "cd tests && .eslint .",
"lint:scripts": "cd scripts && eslint .",
"lint:tests": "cd tests && eslint .",
"prepack": "npm run clean && npm run build:release",
"start": "node build/main.js",
"test": "mocha -r ts-node/register/transpile-only -t 12000 'tests/**/*.ts'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment