Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ZurabDev committed Apr 14, 2023
1 parent 70146e6 commit 8e384d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
- run: cd dist/libs/core && npm publish --access public --verbose || exit_code=0
# - run: cd dist/libs/schematics && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/theme && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/charts && ls -ls || exit_code=0
- run: cd dist/libs && ls -ls || exit_code=0
- run: cd dist/libs/charts && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/icons/base && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/icons/flags && npm publish --access public --verbose || exit_code=0
- run: npx nx build charts-base
- run: cd dist/libs && ls -ls || exit_code=0
- run: cd dist/libs/charts && npm publish --access public --verbose || exit_code=0

- name: Deploy doc to firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 8e384d7

Please sign in to comment.