-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
# Publishing | ||
|
||
## General | ||
- Ensure the version in `manifest.json`, `package.json` and `src/components/PopoutCardFooter.vue` are updated. | ||
- Ensure the version in `public/manifest.json`, `package.json` and `src/components/PopoutCardFooter.vue` are updated. | ||
|
||
## Chrome | ||
1. Build production version by running `npm run build-prod` | ||
2. Side load the `dist` folder into Chrome and test it works correctly. | ||
3. Zip up all the files inside the `dist` folder and name it `sf-niknax-VERSION-chrome.zip` | ||
4. Upload new version to Chrome Developer Dashboard | ||
1. Delete the contents of the `dist` folder. (if it has any) | ||
2. Build a production version by running `npm run build-prod` | ||
3. Side load the `dist` folder into Chrome and test it works correctly. | ||
4. Zip up all the files inside the `dist` folder and name it `sf-niknax-VERSION-chrome.zip` | ||
5. Upload new version to Chrome Developer Dashboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters