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 917a6b4 commit 7541545Copy full SHA for 7541545
package.json
@@ -29,7 +29,7 @@
29
"test:types:esm": "npm test --prefix test/esm-use",
30
"test:types:cjs": "npm test --prefix test/cjs-use",
31
"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"
+ "test": "npm run test:es && npm run test:cjs && npm run test:react-native && npm run test:types"
33
},
34
"license": "MIT",
35
"author": "Irakli Gozalishvili <[email protected]>",
0 commit comments