Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Aug 20, 2024
1 parent e27b9ae commit 5fc651f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5fc651f

Please sign in to comment.