Skip to content

Commit

Permalink
Change compile and test tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Jan 31, 2025
1 parent 6ecb66b commit 61f60dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,8 @@
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"vscode:prepublish": "npm run package",
"package": "npm run check-types && node esbuild.js --production",


"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"compile": "node esbuild.js",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src",
"lint-fix": "eslint --fix src",
"test": "npm run test:unit",
Expand Down

0 comments on commit 61f60dd

Please sign in to comment.