Skip to content

Commit 0a41e36

Browse files
docs: CONTRIBUTING.mdに「Misskey.jsのAPIの型の生成」のセクションを追加 (misskey-dev#15338)
* docs: 「Misskey.jsのAPIの型の生成」のセクションを追加 * docs: build-misskey-js-with-typesを使う
1 parent 1cd1264 commit 0a41e36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ describe('test', () => {
491491
コード上でMisskeyのドメイン固有の概念には`Mi`をprefixすることで、他のドメインの同様の概念と区別できるほか、名前の衝突を防ぐ。
492492
ただし、文脈上Misskeyのものを指すことが明らかであり、名前の衝突の恐れがない場合は、一時的なローカル変数に限って`Mi`を省略してもよい。
493493
494+
### Misskey.jsの型生成
495+
```bash
496+
pnpm build-misskey-js-with-types
497+
```
498+
494499
### How to resolve conflictions occurred at pnpm-lock.yaml?
495500
496501
Just execute `pnpm` to fix it.

0 commit comments

Comments
 (0)