Slide 23
Slide 23 text
22
{
"name": "adr-sync",
"version": "1.0.0",
"description": "A GitHub custom action to synchronize ADRs with GitHub Discussions.",
"type": "module",
"scripts": {
"build": "ncc build src/index.ts --minify",
"check": "biome check .",
"check:write": "biome check --write .",
"prepare": "husky",
"test": "vitest run",
"test:watch": "vitest"
},
...
}
package.json
TypeScriptのコンパイル、
パッケージのバンドル、
圧縮して、dist/index.jsを作成
(dist/index.jsもコミット必要)