Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 6f9eed1

Browse files
committed
Change test environment setup script
1 parent 2a5f183 commit 6f9eed1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ if [ "$#" == 4 ]; then
4343
fi
4444
react-native "run-${TARGET}"
4545

46+
# install dev packages
47+
cd ${CWD}
48+
npm install
4649
# start test server
4750
cd "${CWD}/test-server"
4851
# kill existing server

0 commit comments

Comments
 (0)