Skip to content

Commit 949c14a

Browse files
authored
Docs: remove outdated info from contributing docs (#528)
1 parent ecffe27 commit 949c14a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ Make sure you have the following dependencies installed first:
2626
yarn dev
2727
```
2828

29-
or
30-
31-
```bash
32-
yarn watch
33-
```
34-
3529
3. Build plugin in production mode
3630

3731
```bash

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"lint:fix": "yarn run lint --fix",
1111
"server": "docker compose up --build",
1212
"spellcheck": "cspell -c cspell.config.json \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"",
13-
"start": "yarn watch",
1413
"test": "jest --watch --onlyChanged",
1514
"test:ci": "jest --passWithNoTests --maxWorkers 4",
1615
"test:coverage": "jest --coverage",

0 commit comments

Comments
 (0)