Skip to content

Commit

Permalink
docs: explain the release script in more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 16, 2024
1 parent 0a02aca commit f3ea50f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,13 +667,15 @@ npm run test # Run unit tests in watch mode
npm run test-ci # Run unit tests once
npm run coverage # Run unit test coverage (output in ./coverage)
npm run check # Run Svelte checks
npm run lint # Run linter
npm run format # Automatically fix linting issues
npm run release-dry-run # To run the build and see the change list without actually publishing
npm run release # Publish to npm (requires login). It will increase the version number,
# update changelog, etc. Note that it will publish two npm packages:
# `svelte-jsoneditor` and `vanilla-jsoneditor`.
npm run release # Publish to npm (requires login). This will test, check, lint, build,
# increase the version number, update the changelog, and publish to npm.
# Note that it will publish two npm packages: `svelte-jsoneditor`
# and `vanilla-jsoneditor`.
```
## License
Expand Down

0 comments on commit f3ea50f

Please sign in to comment.