Skip to content

Commit 4a6c7c4

Browse files
committed
update promo tiles, add tutorial for publishing new versions
1 parent 4126917 commit 4a6c7c4

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

build/PUBLISHING.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
Here are the steps to publishing the extension
1+
# Publishing the extension
22

3-
Run this command
3+
1. Make sure the version number is updated in manifest.json
44

5-
`
5+
2. Remove dev files not used in production
6+
```
67
rm -r .git .gitignore docs build src/background src/content-script src/popup.ts src/settings.ts images/
7-
`
8+
```
89

9-
The only files that should be published are
10+
The only files that remain should be
1011

11-
1. dist folder
12-
2. node modules
13-
3. HTML/CSS/JS files in src
12+
1. dist folder (Compiled TS files)
13+
2. node modules (only the referenced node modules in GPT folder)
14+
3. HTML/CSS/JS files in src directory
1415
4. Icons for logos and buttons
1516

1617
Everything else should be removed
1718
- Hidden Git files (.git and .gitignore)
1819
- All typescript files
1920
- Screenshots from images folder
20-
- package, tsconfig, webpack files?
21+
- package, tsconfig, webpack files
22+
23+
Then zip the file into leetcode-explained.zip and submit. I like to use [Keka](https://www.keka.io/en/).
2124

244 KB
Loading
-6.71 KB
Loading

0 commit comments

Comments
 (0)