Skip to content
Snippets Groups Projects
Verified Commit ddba9cc4 authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

fix: remove npx

parent b6d8d72b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"testWithCoverage": "nyc -r lcov -e .ts -x \"*.test.ts\" mocha -r ts-node/register tests/**/*.test.ts && nyc report",
"build": "npx tsc",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\" \"tests/**/*.ts\" \"tests/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"install": "npm run build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment