Skip to content

Commit 4597f6c

Browse files
committed
test: simpler script names
1 parent 417e4f5 commit 4597f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"source-map-explorer": "^2.4.2"
3131
},
3232
"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 ../.."
33+
"test": "yarn test:rn && yarn test:expo",
34+
"test:rn": "cd test/RN61 && yarn install && npx ../.. && cd ../..",
35+
"test:expo": "cd test/Expo35 && yarn install && npx ../.. --expo managed && cd ../.."
3636
}
3737
}

0 commit comments

Comments
 (0)