Skip to content

Commit

Permalink
Remove unused packages from xplat/js/package.json
Browse files Browse the repository at this point in the history
Summary:
We have a large amount of small packages that are completely unused, or only have one call site. This diff cleans up a lot of them and reduces node_modules by 12 MiB (down to 187).

Changelog: [Internal]

Reviewed By: motiz88

Differential Revision: D21088213

fbshipit-source-id: 5fa7d3da5cbe744b0d9d3e3450d6135c1488ee79
  • Loading branch information
cpojer authored and facebook-github-bot committed Apr 17, 2020
1 parent 04de69a commit 894f6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/android-e2e-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const wd = require('wd');
const path = require('path');
const fs = require('fs');
const pd = require('pretty-data2').pd;
require('colors');

// value in ms to print out screen contents, set this value in CI to debug if tests are failing
const appiumDebugInterval = process.env.APPIUM_DEBUG_INTERVAL;

Expand Down

0 comments on commit 894f6b3

Please sign in to comment.