Ver código fonte

Change test environment setup script

Ben Hsieh 8 anos atrás
pai
commit
6f9eed1b55
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      test.sh

+ 3
- 0
test.sh Ver arquivo

@@ -43,6 +43,9 @@ if [ "$#" == 4 ]; then
43 43
 fi
44 44
 react-native "run-${TARGET}"
45 45
 
46
+# install dev packages
47
+cd ${CWD}
48
+npm install
46 49
 # start test server
47 50
 cd "${CWD}/test-server"
48 51
 # kill existing server