File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
node-version : " 16"
22
22
- run : npm install
23
23
- run : npm run process-styles
24
- - run : rm -rf node_modules
24
+ - run : rm -rf node_modules && rm -rf assets && rm -rf .github && rm -rf .git && rm .gitignore package-lock.json package.json part.edge.json part.firefox.json CHANGELOG.md styles/main.css styles/main.css.map styles/main.scss
25
25
- run : npm install --production
26
26
- run : zip -qq -r tldr-pages-chrome.zip .
27
27
42
42
node-version : " 16"
43
43
- run : npm install
44
44
- run : npm run process-styles
45
- - run : rm -rf node_modules
45
+ - run : rm -rf node_modules && rm -rf assets && rm -rf .github && rm -rf .git && rm .gitignore package-lock.json package.json part.edge.json part.firefox.json CHANGELOG.md styles/main.css styles/main.css.map styles/main.scss
46
46
- run : npm install --production
47
47
- run : jq 'del(.background)' manifest.json > manifest.json
48
48
- run : jq -s 'reduce .[] as $item ({}; . * $item)' manifest.json part.firefox.json > manifest.json
@@ -65,10 +65,10 @@ jobs:
65
65
node-version : " 16"
66
66
- run : npm install
67
67
- run : npm run process-styles
68
- - run : rm -rf node_modules
68
+ - run : rm -rf node_modules && rm -rf assets && rm -rf .github && rm -rf .git && rm .gitignore package-lock.json package.json part.edge.json part.firefox.json CHANGELOG.md styles/main.css styles/main.css.map styles/main.scss
69
69
- run : npm install --production
70
70
- run : jq -s 'reduce .[] as $item ({}; . * $item)' manifest.json part.edge.json > manifest.json
71
- - run : zip -qq -r tldr-pages.zip .
71
+ - run : zip -qq -r tldr-pages-edge .zip .
72
72
73
73
- uses : actions/upload-artifact@v2
74
74
with :
You can’t perform that action at this time.
0 commit comments