Skip to content

Commit

Permalink
Add instructions for installing a previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jul 28, 2023
1 parent 10e75c1 commit 70aede2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shared/stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ npm run build:stats --workspace govuk-frontend
```

Stats are shown in the review app [deployed to Heroku](https://govuk-frontend-review.herokuapp.com) or when run locally using `npm start`.

## Stats for previous version

GOV.UK Frontend is resolved from [./packages/govuk-frontend](../../packages/govuk-frontend/) unless a previous version is installed locally:

```shell
npm install [email protected] --save --workspace govuk-frontend-stats
```

0 comments on commit 70aede2

Please sign in to comment.