Skip to content

Commit de88920

Browse files
authored
chore: remove legacy core/findPlugins (#235)
Summary: --------- Now that we prepare 2.0 release, we can remove it. Also added `build-clean` to `postinstall` hook to avoid publishing extras when not using lerna. Test Plan: ---------- @grabbou
1 parent c2fead3 commit de88920

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest",
1111
"lint": "eslint . --cache --report-unused-disable-directives",
1212
"flow-check": "flow check",
13-
"postinstall": "yarn build",
13+
"postinstall": "yarn build-clean && yarn build",
1414
"publish": "yarn build-clean && yarn build && lerna publish"
1515
},
1616
"dependencies": {

packages/cli/src/core/findPlugins.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5572,15 +5572,10 @@ [email protected]:
55725572
version "0.0.8"
55735573
resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
55745574

5575-
minimist@^1.1.1, minimist@^1.1.3:
5575+
minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
55765576
version "1.2.0"
55775577
resolved "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
55785578

5579-
minimist@^1.2.0:
5580-
version "1.2.0"
5581-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
5582-
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
5583-
55845579
minimist@~0.0.1:
55855580
version "0.0.10"
55865581
resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"

0 commit comments

Comments
 (0)