diff --git a/.github/contributing.md b/.github/contributing.md index 43d86979..83848764 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -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, diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index da4b3e18..7c38f0e1 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -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",