Skip to content

Commit

Permalink
Add npm run build to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jun 11, 2023
1 parent 12282c9 commit 1b02c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 1b02c00

Please sign in to comment.