Skip to content

Commit

Permalink
chore: replace ts-node with tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed May 11, 2023
1 parent b64cadd commit b8d4387
Show file tree
Hide file tree
Showing 2 changed files with 825 additions and 634 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"scripts": {
"build": "tsc",
"build:prepare": "shx test -d ./lib || npm run build",
"changelog": "ts-node scripts/changelog",
"changelog": "tsx scripts/changelog",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "nyc mocha -r ts-node/register --extension ts 'test/**/*.ts'",
"gpr": "ts-node scripts/gpr",
"test": "nyc mocha -r tsx --extension ts 'test/**/*.ts'",
"gpr": "tsx scripts/gpr",
"docs": "typedoc",
"prepare": "husky install && npm run build:prepare",
"prepublishOnly": "(shx test -d ./lib || (echo \"lib folder does not exist\" && exit 1)) && npm run lint:fix"
Expand Down Expand Up @@ -59,7 +59,7 @@
"nyc": "^15.1.0",
"prettier": "^2.8.1",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typedoc": "0.21.9",
"typescript": "4.4",
"yarn": "^1.22.19"
Expand Down
Loading

0 comments on commit b8d4387

Please sign in to comment.