Sfoglia il codice sorgente

Update npm test script #191

wkh237 8 anni fa
parent
commit
245ef8a8ce
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      package.json

+ 2
- 2
package.json Vedi File

@@ -6,7 +6,7 @@
6 6
   "scripts": {
7 7
     "start": "node node_modules/react-native/local-cli/cli.js start",
8 8
     "update-info": "sh scripts/contributors.sh",
9
-    "test": "sh test.sh"
9
+    "test": "sh ./scrips/test.sh"
10 10
   },
11 11
   "devDependencies": {
12 12
     "body-parser": "^1.15.0",
@@ -32,4 +32,4 @@
32 32
     "smartt <github@eriksmartt.com>",
33 33
     ""
34 34
   ]
35
-}
35
+}