Skip to content

Commit

Permalink
chore(workspace): publish @arc-web/material to npm (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton authored Jan 2, 2025
1 parent da67bac commit d7063a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
- run: cp -r result/* publish
- name: publish @arc-web/react
run: nix develop --command npm publish publish/ --access public
- run: sudo rm -rf publish result
- run: mkdir publish
- run: nix build .#material
- run: cp -r result/* publish
- name: publish @arc-web/material
run: nix develop --command npm publish publish/ --access public

0 comments on commit d7063a5

Please sign in to comment.