Skip to content

Commit

Permalink
Drop Next minimal mode, fixes image optimization (#47)
Browse files Browse the repository at this point in the history
* Drop Next minimal mode, fixes image optimization
* Bump version
* Bump firebase-tools
  • Loading branch information
jamesdaniels authored Oct 18, 2022
1 parent 31417b8 commit e69f5bd
Show file tree
Hide file tree
Showing 4 changed files with 30,286 additions and 24,891 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: mv firebase-frameworks-${{ github.run_id }} dist
- name: Test
run: |
node_modules/.bin/firebase --open-sesame frameworkawareness
node_modules/.bin/firebase experiments:enable webframeworks
npm run test:${{ matrix.framework }}
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
run: npm run build
- name: Test
run: |
node_modules/.bin/firebase --open-sesame frameworkawareness
node_modules/.bin/firebase experiments:enable webframeworks
npm run test
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
Expand Down
Loading

0 comments on commit e69f5bd

Please sign in to comment.