Add npm run build to CONTRIBUTING.md

This commit is contained in:
Shivam Mathur 2023-06-12 04:45:59 +05:30
parent 12282c9597
commit 1b02c009e7
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -71,6 +71,7 @@ npm test
Creating a release means compiling all the TypeScript code to a single file which `setup-php` can run. Run this, before you push your changes.
```bash
npm run build
npm run release
```