Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 697 Bytes

File metadata and controls

34 lines (22 loc) · 697 Bytes

Contributing

Setup

git clone https://github.com/webdeveric/webpack-assets-manifest.git
cd webpack-assets-manifest
corepack enable
pnpm install --frozen-lockfile

Testing

Run tests

pnpm test

Run tests and generate a coverage report. Please keep the code coverage at 100%.

pnpm coverage

Commit messages

Commit messages should follow conventional commits.

Releases are created automatically and the version bump is determined from the commit messages.

Pull requests

Pull requests are welcome. If you want to add a large feature or breaking change, please open an issue first so it can be discussed.