Skip to content

Commit 3c2f7ae

Browse files
committed
FIX
1 parent 1dcc570 commit 3c2f7ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
rm -f node_modules/__ngcc_entry_points__.json
4545
npm install --legacy-peer-deps --force
4646
47-
- name: build
48-
run: npm run build
47+
- run: npm run build
4948

5049
- name: test:aws
5150
uses: GabrielBB/xvfb-action@v1
@@ -108,6 +107,8 @@ jobs:
108107
rm -f node_modules/__ngcc_entry_points__.json
109108
npm install --legacy-peer-deps --force
110109
110+
- run: npm run build
111+
111112
- name: test:pouchdb
112113
uses: GabrielBB/xvfb-action@v1
113114
with:

0 commit comments

Comments
 (0)