Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thanks for your interest in contributing to Rstack Editor!
- pnpm: pinned via the `packageManager` field — run `corepack enable pnpm` once and the right version is used automatically.

```bash
pnpm install # also installs the git hooks (rs setup)
pnpm install # also installs the git hooks (rs hooks)
```

## Development
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"fmt:check": "rs fmt --check",
"lint": "rs lint --type-check",
"package": "pnpm -r run package",
"prepare": "rs setup",
"prepare": "rs hooks",
"test": "pnpm -r run test",
"test:e2e": "pnpm -r run test:e2e",
"test:unit": "pnpm -r run test:unit"
},
"devDependencies": {
"bumpp": "^11.1.0",
"rstack": "^0.3.2"
"rstack": "^0.6.4"
},
"packageManager": "pnpm@11.20.0",
"engines": {
Expand Down
Loading