File tree Expand file tree Collapse file tree 3 files changed +93
-6737
lines changed
Expand file tree Collapse file tree 3 files changed +93
-6737
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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/**" ,
You can’t perform that action at this time.
0 commit comments