Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 13, 2023
1 parent db51065 commit f54d074
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 62 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/dev-packages.yaml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 18
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20

- name: Setup PNPM
run: |
npm install -g pnpm@8
echo "PNPM version: $(pnpm -v)"
- name: Setup PNPM
run: |
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -54,6 +59,8 @@ jobs:
version: pnpm ci:version
commit: 'chore: update versions'
title: '[Chore] update versions'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish production components.
if: ${{ github.ref == 'refs/heads/main' && steps.changesets.outputs.hasChangesets == 'false' }}
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-sdk-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted"
"access": "public"
},
"homepage": "https://docs.powersync.co",
"scripts": {
Expand Down

0 comments on commit f54d074

Please sign in to comment.