Skip to content

Commit 6a74981

Browse files
committed
Add readme instructions
1 parent d41907a commit 6a74981

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ To check for broken links, run the following command:
9999
npm run test:links
100100
```
101101

102+
### Generate collection metadata reference
103+
104+
To generate collection metadata reference, run the following command:
105+
106+
```sh
107+
npm run generate-metadata-reference
108+
```
109+
102110
## Deployment
103111

104112
The `main` branch is used on production and automatically deployed through GitHub pages. Refer to the configuration file `.github/workflows/gh-pages.yml`.

0 commit comments

Comments
 (0)