chore: rename package scope from @paseo to @getpaseo

This commit is contained in:
Mohamed Boudra
2026-02-05 14:24:01 +07:00
parent e6c3f2838b
commit b2238c4f44
16 changed files with 54 additions and 6608 deletions

View File

@@ -24,15 +24,15 @@ jobs:
scope: '@boudra'
- name: Install dependencies
run: npm install --workspace=@paseo/app --include-workspace-root
run: npm install --workspace=@getpaseo/app --include-workspace-root
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Typecheck
run: npm run typecheck --workspace=@paseo/app
run: npm run typecheck --workspace=@getpaseo/app
- name: Build and deploy to Cloudflare Pages
run: npm run deploy:web --workspace=@paseo/app
run: npm run deploy:web --workspace=@getpaseo/app
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: 10ed39a1dbf316e30abd0c409bed40d6

View File

@@ -21,10 +21,10 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install --workspace=@paseo/relay --include-workspace-root
run: npm install --workspace=@getpaseo/relay --include-workspace-root
- name: Typecheck
run: npm run typecheck --workspace=@paseo/relay
run: npm run typecheck --workspace=@getpaseo/relay
- name: Deploy worker
run: cd packages/relay && npx wrangler deploy

View File

@@ -24,12 +24,12 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm install --workspace=@paseo/website --include-workspace-root
run: npm install --workspace=@getpaseo/website --include-workspace-root
- name: Typecheck
run: npm run typecheck --workspace=@paseo/website
run: npm run typecheck --workspace=@getpaseo/website
- name: Deploy to Cloudflare Workers
run: npm run deploy --workspace=@paseo/website
run: npm run deploy --workspace=@getpaseo/website
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

View File

@@ -34,10 +34,10 @@ jobs:
run: git fetch --no-tags origin main:refs/remotes/origin/main
- name: Install server dependencies
run: npm install --workspace=@paseo/server --include-workspace-root
run: npm install --workspace=@getpaseo/server --include-workspace-root
- name: Typecheck
run: npm run typecheck --workspace=@paseo/server
run: npm run typecheck --workspace=@getpaseo/server
- name: Test
run: npm run test --workspace=@paseo/server
run: npm run test --workspace=@getpaseo/server