Skip to content

Commit

Permalink
Remove linked packages
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Aug 12, 2024
1 parent 1a6a057 commit edeff01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": ["@electric-sql/pglite-react", "@electric-sql/pglite"],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,22 +234,21 @@ jobs:
needs: [build-wasm-postgres]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download PGlite WASM build artifacts
uses: actions/download-artifact@v4
with:
name: pglite-interim-build-files
path: ./packages/pglite/release
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Download PGlite WASM build artifacts
uses: actions/download-artifact@v4
with:
name: pglite-interim-build-files
path: ./packages/pglite/release
- run: pnpm install --frozen-lockfile
- run: pnpm -r build
- run: pnpm --filter "./packages/**" build
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit edeff01

Please sign in to comment.