Skip to content

Commit

Permalink
Refactor the build scripts (facebook#11787)
Browse files Browse the repository at this point in the history
* Rewrite the build scripts

* Don't crash when doing FB-only builds

* Group sync imports under Sync.*

* Don't print known errors twice

* Use an exclamation that aligns vertically
  • Loading branch information
gaearon authored Dec 6, 2017
1 parent 19bc2dd commit f72043a
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 417 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"jest-runtime": "^21.3.0-beta.4",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"object-assign": "^4.1.1",
"platform": "^1.1.0",
Expand All @@ -93,7 +94,6 @@
"through2": "^2.0.0",
"tmp": "~0.0.28",
"typescript": "~1.8.10",
"uuid": "^3.1.0",
"yargs": "^6.3.0"
},
"devEngines": {
Expand Down
Loading

0 comments on commit f72043a

Please sign in to comment.