Skip to content

Commit

Permalink
chore(deps): add ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Mar 14, 2024
1 parent f0a51a9 commit 449ddcf
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 1 deletion.
236 changes: 236 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint --ignore-path .gitignore --ext .ts",
"lint:fix": "eslint --ignore-path .gitignore --ext .ts --fix",
"mocha": "TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.json --node-env=test --exit",
"prepublishOnly": "node scripts/prepublishOnly.js",
"prepublishOnly": "ts-node scripts/prepublishOnly.ts",
"start:docusaurus": "cd docs && npm run start",
"test": "npm run lint && npm run mocha -- test/**/*.test.ts test/*.test.ts",
"test:mocha": "npm run mocha -- test/**/*.test.ts",
Expand Down Expand Up @@ -54,6 +54,7 @@
"prettier": "^2.8.7",
"rimraf": "^5.0.5",
"sinon": "^15.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.2"
}
}

0 comments on commit 449ddcf

Please sign in to comment.