Skip to content

Commit 1bf2565

Browse files
authored
Update CONTRIBUTING.md
1 parent bc97e13 commit 1bf2565

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ Making changes to the code and testing them:
1919
4. Reload the extension for the changes to take effect
2020
5. Open a video and verify that you can see your changes
2121
7. That's it. Happy coding!
22+
23+
## Building for Production
24+
At the moment this is just a personal note for myself since I'm the only person who can publish a new version to the Chrome Web Store:
25+
1. Update the version number in `src/manifest.json`
26+
2. Remove the root-level `build` folder
27+
3. `$ NODE_ENV=production npm run build`
28+
4. Zip the newly created `build` folder
29+
5. Upload the zipped `build` folder to the Chrome Web Store

0 commit comments

Comments
 (0)