We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc97e13 commit 1bf2565Copy full SHA for 1bf2565
CONTRIBUTING.md
@@ -19,3 +19,11 @@ Making changes to the code and testing them:
19
4. Reload the extension for the changes to take effect
20
5. Open a video and verify that you can see your changes
21
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