Skip to content

Commit da3e442

Browse files
author
DominicGBauer
committed
fix: packages issue
1 parent 5e7e202 commit da3e442

File tree

3 files changed

+93
-6737
lines changed

3 files changed

+93
-6737
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- name: Build Packages
3535
run: yarn build:packages
3636
- name: Create Docs
37-
run: yarn build:docs
38-
- run: cd docs/build/ && ls -R
37+
run: cd docs && yarn build:docs
3938
- uses: actions/upload-pages-artifact@v2
4039
with:
4140
path: ./docs/build

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
"clean:packages": "lerna run clean",
88
"build:packages": "lerna run build",
99
"watch:packages": "yarn workspace @journeyapps/powersync-sdk-react-native watch",
10-
"build:docs": "yarn workspace docs build",
1110
"release": "yarn build:packages && yarn changeset publish"
1211
},
1312
"workspaces": {
1413
"packages": [
1514
"apps/*",
16-
"packages/*",
17-
"docs"
15+
"packages/*"
1816
],
1917
"nohoist": [
2018
"**/@rneui/**",

0 commit comments

Comments
 (0)