mirror of https://github.com/status-im/metro.git
Start packager through cli
Reviewed By: frantic Differential Revision: D2561066 fb-gh-sync-id: 1743153a84947da5d0e54aca7e1919cf5df3a965
This commit is contained in:
parent
8c4c679f09
commit
e5cc117beb
|
@ -24,7 +24,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"lint": "node linter.js Examples/",
|
"lint": "node linter.js Examples/",
|
||||||
"start": "./packager/packager.sh"
|
"start": "react-native start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"wordwrap": "^1.0.0"
|
"wordwrap": "^1.0.0"
|
||||||
|
|
Loading…
Reference in New Issue