Skip to content

Commit 686846b

Browse files
committed
add a CI step
1 parent 7541545 commit 686846b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: npm run test:es --if-present
4242
- name: Test CommonJS
4343
run: npm run test:cjs --if-present
44+
- name: Test React Native
45+
run: npm run test:react-native --if-present
4446
validate-types:
4547
name: Check type use
4648
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)