Skip to content

Commit d7063a5

Browse files
chore(workspace): publish @arc-web/material to npm (#341)
1 parent da67bac commit d7063a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-packages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
- run: cp -r result/* publish
2525
- name: publish @arc-web/react
2626
run: nix develop --command npm publish publish/ --access public
27+
- run: sudo rm -rf publish result
28+
- run: mkdir publish
29+
- run: nix build .#material
30+
- run: cp -r result/* publish
31+
- name: publish @arc-web/material
32+
run: nix develop --command npm publish publish/ --access public

0 commit comments

Comments
 (0)