This website requires JavaScript.
Explore
Help
Sign In
status-im
/
metro
mirror of
https://github.com/status-im/metro.git
Watch
2
Star
0
Fork
You've already forked metro
0
Code
Issues
Projects
Releases
Wiki
Activity
01e1ff3b0a
metro
/
lerna.json
9 lines
111 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial repository structure.
2017-01-26 12:56:40 +00:00
{
Publish v0.9.0 Reviewed By: bestander Differential Revision: D5310936 fbshipit-source-id: a4d1b5f273c3fd6ba631834175d7e37e8589ef16
2017-06-23 20:06:05 +00:00
"version"
:
"0.9.0"
,
npm package has `src/` rather than `build/` Summary: We use custom npm scripts (`prepare-release`, `cleanup-release`) to - move `src` to `src.orig`, and `build` to `src` before creating the tarball - move everything back afterwards We run these scripts with lerna before and after publishing. Custom hooks avoid problems with `prepublishOnly` and `postpublish` not being run at opportune times, `prepack` and `postpack` not being supported by npm v4 and yarn, and using `lerna run prepublishOnly` resulting in duplicated execution of the command. This ensures that development is closer to what is pulled in from npm. Reviewed By: jeanlauliac Differential Revision: D5310133 fbshipit-source-id: 6b9885c88b936ef3fe5f1858738ad63d581a8731
2017-06-23 16:03:10 +00:00
"lerna"
:
"2.0.0-rc.5"
,
Use Yarn with lerna.
2017-03-01 11:01:24 +00:00
"npmClient"
:
"yarn"
,
Initial repository structure.
2017-01-26 12:56:40 +00:00
"packages"
:
[
"packages/*"
]
}