Skip to content

Commit

Permalink
Added npm run format to the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 23, 2024
1 parent 6ae87d1 commit b8be6b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/docs/overview/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ The Data Package project is based on Astro Starlight static-site generator and u
4. **Start a dev server**: Run `npm start` to see the changes locally.
5. **Make changes**: Make your changes to the codebase.
6. **Generate profiles**: Run `npm run generate` to generate the profiles.
7. **Run tests**: Run `npm test` to run the tests.
8. **Commit changes**: Commit your changes to your forked repository.
9. **Create a pull request**: Create a pull request from your forked repository to the appropriate branch of the main repository (see the Branching Model above).
7. **Format style**: Run `npm run format` to format the style.
8. **Run tests**: Run `npm test` to run the tests.
9. **Commit changes**: Commit your changes to your forked repository.
10. **Create a pull request**: Create a pull request from your forked repository to the appropriate branch of the main repository (see the Branching Model above).

When a pull request is created, it will be reviewed by the Data Package maintainers. Github Automation creates a live preview site for every new pull request. Once the pull request is approved, it will be merged into the main repository.

Expand Down

0 comments on commit b8be6b8

Please sign in to comment.