PostCSS Prefix Wrap // Contributing
Outlines how to contribute to the development of PostCSS Prefix Wrap.
Thanks to all of the Contributors who maintain PostCSS Prefix Wrap and Jeff Teng for contributing to the initial design.
Provided by GitHub Actions, run on every commit and pull request.
Code formatting support provided by Prettier.
make format
Alternatively, you can check if the code is already formatted correctly by executing the lint job instead.
make lint
Tested using Jest, using test cases defined in the src/
directory matching *.spec.ts
pattern.
make test
⚠️ Publishing new releases can only be completed by the Core Maintainers.
- Update
CHANGELOG.md
andpackage.json
with details on the updated release version. - Commit these changes, and merge them into main via a pull request.
- Then Publish a new release to trigger publishing a new version of this package.
- GitHub will then trigger the release pipeline to publish the release to NPM.
- Core Maintainers will receive a notification from NPM when the package has been published.
💡 Resources referenced during the development of this project.
- TypeScript: Node Target Mapping - To correctly configure TypeScript to compile JavaScript that works with our target NodeJS versions.