mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Fix cli entry points
Reviewed By: frantic Differential Revision: D2565954 fb-gh-sync-id: 6fde9e1dbefd71944e8f857e9a40619bf599ef75
This commit is contained in:
committed by
facebook-github-bot-6
parent
17ef86d6bb
commit
32aeeea313
@@ -44,7 +44,7 @@
|
||||
"scripts": {
|
||||
"test": "NODE_ENV=test jest",
|
||||
"lint": "eslint Examples/ Libraries/",
|
||||
"start": "react-native start || true"
|
||||
"start": "./packager/packager.sh || true"
|
||||
},
|
||||
"dependencies": {
|
||||
"absolute-path": "^0.0.0",
|
||||
|
||||
Reference in New Issue
Block a user