Skip to content

Commit 7541545

Browse files
committed
'npm run test' includes react native one
1 parent 917a6b4 commit 7541545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:types:esm": "npm test --prefix test/esm-use",
3030
"test:types:cjs": "npm test --prefix test/cjs-use",
3131
"test:types": "npm run test:types:ts && npm run test:types:esm && npm run test:types:cjs",
32-
"test": "npm run test:es && npm run test:cjs && npm run test:types"
32+
"test": "npm run test:es && npm run test:cjs && npm run test:react-native && npm run test:types"
3333
},
3434
"license": "MIT",
3535
"author": "Irakli Gozalishvili <[email protected]>",

0 commit comments

Comments
 (0)