We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a3377 commit d0b3de9Copy full SHA for d0b3de9
.github/workflows/pull-request.yml
@@ -15,6 +15,8 @@ jobs:
15
uses: ./.github/actions/setup-project
16
- name: Install dependencies
17
run: yarn
18
+ - name: Build async-storage js
19
+ run: yarn build:js
20
- name: test ${{ matrix.test-name }}
21
run: yarn test:${{ matrix.test-name }}
22
0 commit comments