Skip to content

Commit

Permalink
Final touches hopefully...
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Dec 8, 2023
1 parent 3add74a commit f58782e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: yarn lint

- name: Build Packages
run: BASE_PATH=/react-icons cd packages/preview/ && yarn build
run: BASE_PATH=/react-icons ./build-script.sh

- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions build-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ time (cd packages/react-icons/ && yarn diff)
(cd packages/_react-icons/ && npm pack |& tail)
(cd packages/_react-icons-pack/ && npm pack |& tail)

# Publish
npm publish packages/_react-icons/*.tgz
npm publish packages/_react-icons-pack/*.tgz
(cd packages/preview/ && yarn build)
3 changes: 3 additions & 0 deletions publish-script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Publish
npm publish packages/_react-icons/*.tgz
npm publish packages/_react-icons-pack/*.tgz

0 comments on commit f58782e

Please sign in to comment.