We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ad357 commit b2c8a66Copy full SHA for b2c8a66
1 file changed
packages/react-native-device-activity/package.json
@@ -9,7 +9,7 @@
9
"clean": "expo-module clean",
10
"lint": "expo-module lint",
11
"typecheck": "tsc --noEmit",
12
- "test": "bun run test:runtime && bun run test:plugin",
+ "test": "CI=1 bun run test:runtime && CI=1 bun run test:plugin",
13
"test:runtime": "expo-module test --config ./jest.runtime.config.js",
14
"test:plugin": "expo-module test plugin",
15
"prepublishOnly": "expo-module prepublishOnly && tsc && cp ../../README.md ./README.md",
0 commit comments