Explorar el Código

Change test environment setup script

Ben Hsieh hace 9 años
padre
commit
6f9eed1b55
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      test.sh

+ 3
- 0
test.sh Ver fichero

43
 fi
43
 fi
44
 react-native "run-${TARGET}"
44
 react-native "run-${TARGET}"
45
 
45
 
46
+# install dev packages
47
+cd ${CWD}
48
+npm install
46
 # start test server
49
 # start test server
47
 cd "${CWD}/test-server"
50
 cd "${CWD}/test-server"
48
 # kill existing server
51
 # kill existing server