mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
chore: rename package scope from @paseo to @getpaseo
This commit is contained in:
6
.github/workflows/deploy-app.yml
vendored
6
.github/workflows/deploy-app.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/deploy-relay.yml
vendored
4
.github/workflows/deploy-relay.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/deploy-website.yml
vendored
6
.github/workflows/deploy-website.yml
vendored
@@ -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 }}
|
||||
|
||||
6
.github/workflows/server-ci.yml
vendored
6
.github/workflows/server-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user