Browse Source

Merge branch 'main' into update-nginx-to-support-csr-router

pull/692/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
67fcd693bc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/ci.yml
  2. 10
      .github/workflows/pr.yml
  3. 1
      .npmrc

6
.github/workflows/ci.yml

@ -34,17 +34,11 @@ jobs:
restore-keys: |
${{ runner.os }}-deno-
- name: Cache Dependencies
run: deno cache /packages/web/src/index.tsx
- name: Run linter
run: deno task lint
- name: Check formatter
run: deno task format --check
- name: Run tests
run: deno task test
- name: Build Package
run: deno task build

10
.github/workflows/pr.yml

@ -1,4 +1,4 @@
name: Pull Requests CI
name: Pull Request CI
on: pull_request
@ -33,10 +33,6 @@ jobs:
restore-keys: |
${{ runner.os }}-deno-
- name: Cache Dependencies
working-directory: packages/web
run: deno cache src/index.tsx
- name: Run linter
working-directory: packages/web
run: deno task lint
@ -45,10 +41,6 @@ jobs:
working-directory: packages/web
run: deno task format --check
- name: Run tests
working-directory: packages/web
run: deno task test
- name: Build Package
working-directory: packages/web
run: deno task build

1
.npmrc

@ -0,0 +1 @@
@jsr:registry=https://npm.jsr.io
Loading…
Cancel
Save