Skip to content

Commit

Permalink
fix(runner/node): remove ts-patch script
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Jul 7, 2024
1 parent e2e2406 commit ef0163d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runners/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"run": "ts-node src/runtime/index.ts",
"build": "tsc && tsc-alias",
"prepare": "ts-patch install -s",
"test": "vitest run --coverage --coverage.include src",
"format": "eslint --fix . && prettier --write ."
},
Expand Down

0 comments on commit ef0163d

Please sign in to comment.