Skip to content

Commit

Permalink
docs: reorganize the Develop section in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 16, 2024
1 parent 80bd85f commit e628ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,9 @@ 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. Will increase version number, update changelog, etc.
# Note that it will publish two npm packages: `svelte-jsoneditor` and
# `vanilla-jsoneditor`. You'll need to enter a one-time password for npm.
npm run release # Publish to npm (requires login). It will increase version number,
# update changelog, etc. Note that it will publish two npm packages:
# `svelte-jsoneditor` and `vanilla-jsoneditor`.
```

## License
Expand Down

0 comments on commit e628ee4

Please sign in to comment.