Skip to content

Commit

Permalink
Fix docs reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Aug 20, 2024
1 parent 7adf91a commit ffba27a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/contributing.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Contributing

`tus-node-server` is a mono-repository managed by [Turborepo](https://turbo.build/repo).
This means running `npm run build` in the root will build all packages in parallel. The
same goes for `lint` and `format`.

## Changesets

We use [changesets](https://github.com/changesets/changesets) to manage versioning,
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "echo \"No tests specified\""
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down

0 comments on commit ffba27a

Please sign in to comment.