Skip to content

Commit f0424e0

Browse files
committed
build correctly
1 parent 978acc5 commit f0424e0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed auth
29+
run: yarn build:changed auth --buildAppExp
3030
- name: Run tests on changed packages
3131
run: xvfb-run yarn test:changed auth

.github/workflows/test-changed-fcm-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed fcm-integration
29+
run: yarn build:changed fcm-integration --buildAppExp
3030
- name: Run tests if FCM or its dependenceies has changed
3131
run: xvfb-run yarn test:changed fcm-integration

.github/workflows/test-changed-firestore-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed firestore-integration
29+
run: yarn build:changed firestore-integration --buildAppExp
3030
- name: Run tests if firestore or its dependenceies has changed
3131
run: yarn test:changed firestore-integration

.github/workflows/test-changed-firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed firestore
29+
run: yarn build:changed firestore --buildAppExp
3030
- name: Run tests if firestore or its dependenceies has changed
3131
run: yarn test:changed firestore

.github/workflows/test-changed-misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
cp config/ci.config.json config/project.json
2727
yarn
2828
- name: build
29-
run: yarn build:changed misc
29+
run: yarn build:changed misc --buildAppExp
3030
- name: Run tests
3131
run: yarn test:changed misc

0 commit comments

Comments
 (0)