Skip to content

Commit f72043a

Browse files
authored
Refactor the build scripts (#11787)
* 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
1 parent 19bc2dd commit f72043a

File tree

5 files changed

+363
-417
lines changed

5 files changed

+363
-417
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"jest-runtime": "^21.3.0-beta.4",
7474
"merge-stream": "^1.0.0",
7575
"minimist": "^1.2.0",
76+
"mkdirp": "^0.5.1",
7677
"ncp": "^2.0.0",
7778
"object-assign": "^4.1.1",
7879
"platform": "^1.1.0",
@@ -93,7 +94,6 @@
9394
"through2": "^2.0.0",
9495
"tmp": "~0.0.28",
9596
"typescript": "~1.8.10",
96-
"uuid": "^3.1.0",
9797
"yargs": "^6.3.0"
9898
},
9999
"devEngines": {

0 commit comments

Comments
 (0)