mirror of https://github.com/status-im/metro.git
Add shebang to metro cli
Summary: To be able to run the metro CLI directly (for example via `yarn run`) we need to add the shebang pointing to the nodejs binary Reviewed By: davidaurelio Differential Revision: D6808095 fbshipit-source-id: 89628c07a92266432a404b6bc26eaa412d7859b9
This commit is contained in:
parent
0a2ea391a9
commit
af15faa397
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
/**
|
||||
* Copyright (c) 2015-present, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
|
|
Loading…
Reference in New Issue