Skip to content

Commit e69f5bd

Browse files
authored
Drop Next minimal mode, fixes image optimization (#47)
* Drop Next minimal mode, fixes image optimization * Bump version * Bump firebase-tools
1 parent 31417b8 commit e69f5bd

File tree

4 files changed

+30286
-24891
lines changed

4 files changed

+30286
-24891
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: mv firebase-frameworks-${{ github.run_id }} dist
9898
- name: Test
9999
run: |
100-
node_modules/.bin/firebase --open-sesame frameworkawareness
100+
node_modules/.bin/firebase experiments:enable webframeworks
101101
npm run test:${{ matrix.framework }}
102102
env:
103103
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
@@ -136,7 +136,7 @@ jobs:
136136
run: npm run build
137137
- name: Test
138138
run: |
139-
node_modules/.bin/firebase --open-sesame frameworkawareness
139+
node_modules/.bin/firebase experiments:enable webframeworks
140140
npm run test
141141
env:
142142
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

0 commit comments

Comments
 (0)