Merge pull request #256 from oke-py/docs/update-dist-guidelines

docs(rules): update dist directory inclusion guidelines
This commit is contained in:
Naoki Oketani
2025-05-06 20:55:36 +09:00
committed by GitHub

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