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
8 changes: 7 additions & 1 deletion docs/howto-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Node.js をお好みの方法でインストールしてください。

```
$ corepack enable
$ corepack use pnpm@latest-10
$ corepack use pnpm@10.29.3
```

### デフォルトブランチに commit しないために
Expand All @@ -59,6 +59,12 @@ origin [email protected]:yaken-org/kc3hack-team-1 (push)
origin [email protected]:kc3hack/2026_team21 (push)
```

もし`git remote -v`の出力結果が上記と異なる場合、以下のコマンドを実行する。
```sh
$ git remote set-url --add --push origin https://github.com/kc3hack/2026_team21
```


追加でリモートを追加しておくと個別対応できて便利です。

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
"devDependencies": {
"@biomejs/biome": "catalog:",
"npm-run-all2": "catalog:"
Expand Down