Skip to content

Commit

Permalink
build(package): save ts-node to devDependencies
Browse files Browse the repository at this point in the history
Fix mocha test `npm run test:server`:

```
ERROR: Error: Cannot find module 'ts-node/register'
```
  • Loading branch information
remarkablemark committed Oct 29, 2023
1 parent ff94180 commit 2ce30a2
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 0 deletions.
251 changes: 251 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"prettier": "3.0.3",
"rollup": "4.1.4",
"size-limit": "10.0.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"files": [
Expand Down

0 comments on commit 2ce30a2

Please sign in to comment.