docs(rules): update dist directory inclusion guidelines

This commit is contained in:
Naoki Oketani
2025-05-06 11:53:28 +00:00
parent d7acd4a206
commit 8a6e85ccc7

View File

@@ -77,8 +77,9 @@ TypeScript/JavaScript projects.
- Run `npm run all` to format, lint, test, and package the project - 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`) (`npm run format:write && npm run lint && npm run test:coverage && npm run package`)
- Output ES modules to dist/index.js with source maps - Output ES modules to dist/index.js with source maps
- Note that dist/index.js updates are handled by GitHub Actions and should not - Note that dist/index.js updates should be included in commits and pull
be included in commits or pull requests requests as the CI workflow checks that the dist/ directory matches what is
expected from the build
## Git Workflow ## Git Workflow