Skip to content

Commit

Permalink
Merge pull request #292 from remix-pwa/v5-fixes-1
Browse files Browse the repository at this point in the history
React Router PWA v5
  • Loading branch information
ShafSpecs authored Mar 8, 2025
2 parents 1eb937c + eeb60c4 commit ddcf4d9
Show file tree
Hide file tree
Showing 212 changed files with 9,409 additions and 29,550 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pkg-pr-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
cache: npm
node-version: 20

- name: Sync sandbox
run: npm run preinstall -w @remix-pwa/remix-sandbox

- name: Install dependencies
run: npm clean-install

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
- name: Sync sandbox
run: npm run preinstall -w @remix-pwa/remix-sandbox
- name: Install dependencies
run: npm clean-install
- name: Build packages
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Sync sandbox
run: npm run preinstall -w @remix-pwa/remix-sandbox
- name: Install dependencies
run: npm clean-install
- name: Run Commitlint
Expand All @@ -55,8 +53,6 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Sync sandbox
run: npm run preinstall -w @remix-pwa/remix-sandbox
- name: Install dependencies
run: npm clean-install
- name: Run ESLint
Expand Down Expand Up @@ -84,8 +80,6 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Sync sandbox
run: npm run preinstall -w @remix-pwa/remix-sandbox
- name: Install dependencies
run: npm clean-install
- name: Run test
Expand All @@ -108,8 +102,6 @@ jobs:
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- name: Sync sandbox
run: npm run preinstall -w @remix-pwa/remix-sandbox
- name: Install dependencies
run: npm clean-install
- name: Run build scripts
Expand Down
3 changes: 3 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Remix PWA Examples

This folder is intended to be used as a reference for how to implement different features of a PWA using Remix.
Loading

0 comments on commit ddcf4d9

Please sign in to comment.