Skip to content

Commit

Permalink
Merge pull request #9 from gradle/bz-package-docs
Browse files Browse the repository at this point in the history
Docs for npm run package
  • Loading branch information
cobexer authored Nov 13, 2024
2 parents 12d9fd8 + 8408503 commit d889b8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ jobs:
delete-branch: true
branch-suffix: timestamp
```
## Make changes
After making changes to the TypeScript code, run the following command to
compile the code
```bash
npm run package
```

0 comments on commit d889b8b

Please sign in to comment.