File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
- run : npm run process-styles
46
46
- run : rm -rf node_modules
47
47
- run : npm install --production
48
- - run : jq 'del(.background)' manifest.json > manifest.json
49
- - run : jq -s 'reduce .[] as $item ({}; . * $item)' manifest.json part.firefox.json > manifest.json
48
+ - run : echo $( jq 'del(.background)' manifest.json) > manifest.json
49
+ - run : echo $( jq -s 'reduce .[] as $item ({}; . * $item)' manifest.json part.firefox.json) > manifest.json
50
50
- run : 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
51
51
- run : zip -qq -r tldr-pages-firefox.zip .
52
52
69
69
- run : npm run process-styles
70
70
- run : rm -rf node_modules
71
71
- run : npm install --production
72
- - run : jq -s 'reduce .[] as $item ({}; . * $item)' manifest.json part.edge.json > manifest.json
72
+ - run : echo $( jq -s 'reduce .[] as $item ({}; . * $item)' manifest.json part.edge.json) > manifest.json
73
73
- run : 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
74
74
- run : zip -qq -r tldr-pages-edge.zip .
75
75
You can’t perform that action at this time.
0 commit comments