Skip to content

Commit

Permalink
fix(ci): workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 4, 2024
1 parent 30993f5 commit 17b61fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/refine-registry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
NPM_TOKEN: ${{ secrets.REFINE_REGISTRY_TOKEN }}
- name: Exclude packages
run: |
echo ' - "!packages/live-previews"' >> pnpm-workspace.yaml
echo ' - "!packages/create-refine-app"' >> pnpm-workspace.yaml
echo ls -al
echo ' - "!packages/live-previews"' >> ./pnpm-workspace.yaml
echo ' - "!packages/create-refine-app"' >> ./pnpm-workspace.yaml
- name: Install Dependencies & Build
run: pnpm install
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion packages/live-previews/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Refine Live Previews

An experimental package for rendering previews of Refine apps in [documentation](https://refine.dev/docs).
An experimental package for rendering previews of refine apps in [documentation](https://refine.dev/docs).

0 comments on commit 17b61fe

Please sign in to comment.