diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc95a94f..d5230b15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,13 +27,3 @@ Then, run: ```bash pnpm dev:test ``` - -#### Contributing to the Documentation - -If you wish to contribute to the documentation, use the following command: - -```bash -pnpm dev:docs -``` - -Edit the `.mdx` files in the docs directory, and the documentation will refresh instantly, reflecting your changes. diff --git a/package.json b/package.json index 30a62fe9..fab89ccf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "build": "tsup src/index.ts", "dev": "tsup src/index.ts --watch", "dev:test": "pnpm -C test dev", - "dev:docs": "pnpm -C docs dev", "type-check": "tsc --noEmit", "lint": "eslint . --ext .ts,.tsx --fix", "lint:test": "pnpm -C test lint",