Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/gocodebox/lifterlms into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2023
2 parents 638fd63 + 4adeaee commit 08ac3a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ After building and testing the built release, all changes should be committed an

## 4. Generate the Distribution Archive

Run `npm run dev release archive`.
Run `npm run dev release archive -- -i`.

This is a more pedantic version of `npm run dev release archive` that will allow to easily inspect
the archive: once created, the archive will be unpacked into the `dist` directory so that its content
could be easily inspected. E.g. make sure it doesn't contain undesired files such as unwanted dependencies
into the `vendor` directory, and so on.

## 5. Run pre-release tests on the archived

Expand Down

0 comments on commit 08ac3a5

Please sign in to comment.