Skip to content

Commit

Permalink
Merge pull request #49 from powersync-ja/fix/github-actions
Browse files Browse the repository at this point in the history
fix: github actions
  • Loading branch information
DominicGBauer authored Feb 8, 2024
2 parents ce93779 + e9d3385 commit 0f1d246
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
- name: Build Packages
run: pnpm build:packages
- name: Build Docs
run: pnpm docs:build
- uses: actions/upload-pages-artifact@v2
with:
path: ./docs/build
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"docs:build": "pnpm --filter docs build",
"build": "pnpm run -r build",
"build:packages": "pnpm run --filter './packages/**' -r build",
"format": "prettier --write ."
"format": "prettier --write .",
"release": "pnpm build:packages && pnpm changeset publish"
},
"keywords": [],
"type": "module",
Expand Down

0 comments on commit 0f1d246

Please sign in to comment.