Skip to content

Commit ceea34d

Browse files
authored
feat(icon-app): make app work again and deploy demo on PR builds (#873)
1 parent 9920abc commit ceea34d

File tree

7 files changed

+3703
-795
lines changed

7 files changed

+3703
-795
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## packages
2-
packages/icon-app @tomi-msft
2+
packages/icon-app @microsoft/cxe-prg
33
packages/react-icons @microsoft/cxe-prg @microsoft/cxe-red
44
packages/react-icons-font-subsetting-plugin @tomi-msft @MLoughry
55
packages/svg-icons @tomi-msft

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,15 @@ jobs:
176176
run: |
177177
npm run test
178178
working-directory: packages/react-icons-font-subsetting-webpack-plugin
179+
180+
- name: React Icons App - Deploy
181+
run: |
182+
time npm run build
183+
working-directory: packages/icon-app
184+
185+
- name: Upload build artifacts
186+
uses: actions/upload-artifact@v4
187+
with:
188+
name: icon-app-build
189+
path: packages/icon-app/dist/
190+
retention-days: 7

0 commit comments

Comments
 (0)