We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417e4f5 commit 4597f6cCopy full SHA for 4597f6c
package.json
@@ -30,8 +30,8 @@
30
"source-map-explorer": "^2.4.2"
31
},
32
"scripts": {
33
- "test": "yarn test:rn61 && yarn test:expo35",
34
- "test:rn61": "cd test/RN61 && yarn install && npx ../.. && cd ../..",
35
- "test:expo35": "cd test/Expo35 && yarn install && npx ../.. --expo managed && cd ../.."
+ "test": "yarn test:rn && yarn test:expo",
+ "test:rn": "cd test/RN61 && yarn install && npx ../.. && cd ../..",
+ "test:expo": "cd test/Expo35 && yarn install && npx ../.. --expo managed && cd ../.."
36
}
37
0 commit comments