Skip to content

Commit

Permalink
fix: packages issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Nov 30, 2023
1 parent 5e7e202 commit da3e442
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 6,737 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: Build Packages
run: yarn build:packages
- name: Create Docs
run: yarn build:docs
- run: cd docs/build/ && ls -R
run: cd docs && yarn build:docs
- uses: actions/upload-pages-artifact@v2
with:
path: ./docs/build
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"clean:packages": "lerna run clean",
"build:packages": "lerna run build",
"watch:packages": "yarn workspace @journeyapps/powersync-sdk-react-native watch",
"build:docs": "yarn workspace docs build",
"release": "yarn build:packages && yarn changeset publish"
},
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"docs"
"packages/*"
],
"nohoist": [
"**/@rneui/**",
Expand Down
Loading

0 comments on commit da3e442

Please sign in to comment.