Skip to content

Commit

Permalink
fix: type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Nov 27, 2023
1 parent 5522401 commit f6e3d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Docs
run: yarn build:docs
- name: Build Packages
run: yarn build:packages
- name: Combine Docs
run: yarn docs
- uses: actions/upload-pages-artifact@v2
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"clean:packages": "lerna run clean",
"build:packages": "lerna run build",
"build:docs": "lerna run docs",
"docs": "typedoc",
"watch:packages": "yarn workspace @journeyapps/powersync-sdk-react-native watch",
"release": "yarn build:packages && yarn changeset publish"
Expand Down

0 comments on commit f6e3d93

Please sign in to comment.