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 0333078 commit 5522401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Create Docs
- name: Build Docs
run: yarn build:docs
- name: Combine Docs
run: yarn docs
- uses: actions/upload-pages-artifact@v2
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"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 5522401

Please sign in to comment.