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

Commit 245ef8a

Browse files
authored
Update npm test script #191
1 parent bd118af commit 245ef8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node node_modules/react-native/local-cli/cli.js start",
88
"update-info": "sh scripts/contributors.sh",
9-
"test": "sh test.sh"
9+
"test": "sh ./scrips/test.sh"
1010
},
1111
"devDependencies": {
1212
"body-parser": "^1.15.0",
@@ -32,4 +32,4 @@
3232
"smartt <github@eriksmartt.com>",
3333
""
3434
]
35-
}
35+
}

0 commit comments

Comments
 (0)