Skip to content

Commit

Permalink
docs: PR Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pennal committed Apr 25, 2024
1 parent 5649a20 commit 90fe166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/release.md → .github/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To avoid issues once the process has been started, it is good practice to test t

1. Checkout `main`
2. Navigate to the root of the project
3. Run `npm ci`. This will ensure that the required packages are correctly installed
3. Run `npm i`. This will ensure that the required packages are correctly installed
4. Run `npm run build`. This step will build all the different subprojects and make sure there are
no errors.

Expand Down

0 comments on commit 90fe166

Please sign in to comment.