From 5fc651f65515e4a8a69b40707ac432c643fe212b Mon Sep 17 00:00:00 2001 From: arshad Date: Tue, 20 Aug 2024 23:57:52 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 ---------- package.json | 1 - 2 files changed, 11 deletions(-) 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",