Skip to content

Commit 18d7d17

Browse files
committed
docs: add production
1 parent 8c6c069 commit 18d7d17

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,19 @@ sequenceDiagram
7979
end
8080
Background->>Background: Cleanup Cache
8181
```
82+
83+
## Production
84+
85+
1. Update package and manifest version
86+
87+
```bash
88+
pnpm run update-version -- <version>
89+
```
90+
91+
2. Build
92+
93+
```
94+
pnpm run build
95+
```
96+
97+
3. Production files can be found in `/dist`

0 commit comments

Comments
 (0)