From 8a6e85ccc7e938c356d8e85adb5d9298faaf453f Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Tue, 6 May 2025 11:53:28 +0000 Subject: [PATCH] docs(rules): update dist directory inclusion guidelines --- .clinerules/rules.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.clinerules/rules.md b/.clinerules/rules.md index c3a7c68..20090ad 100644 --- a/.clinerules/rules.md +++ b/.clinerules/rules.md @@ -77,8 +77,9 @@ TypeScript/JavaScript projects. - Run `npm run all` to format, lint, test, and package the project (`npm run format:write && npm run lint && npm run test:coverage && npm run package`) - Output ES modules to dist/index.js with source maps - - Note that dist/index.js updates are handled by GitHub Actions and should not - be included in commits or pull requests + - Note that dist/index.js updates should be included in commits and pull + requests as the CI workflow checks that the dist/ directory matches what is + expected from the build ## Git Workflow