Remove prepack script from each plugin
Summary: Removed back "prepack" script from every plugin package to keep it simple. Instead we will use `build-plugin` command defined in the root package.json (see next diff in the stack). Reviewed By: mweststrate Differential Revision: D22160252 fbshipit-source-id: cffb5df65b89df3fe390c051da0df797b3d16d2d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b69996ca50
commit
4219df6a93
@@ -13,8 +13,5 @@
|
||||
"icon": "underline",
|
||||
"bugs": {
|
||||
"email": "barney@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,5 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"unicode-substring": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,8 +25,5 @@
|
||||
"bugs": {
|
||||
"email": "oncall+flipper@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/flippersupport/"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "flipper-pkg lint",
|
||||
"prepack": "flipper-pkg lint && flipper-pkg bundle"
|
||||
"build": "flipper-pkg bundle",
|
||||
"watch": "flipper-pkg bundle --watch",
|
||||
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"flipper": "0.47.0"
|
||||
|
||||
@@ -13,8 +13,5 @@
|
||||
"icon": "profile",
|
||||
"bugs": {
|
||||
"email": "oncall+fresco@xmail.facebook.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,5 @@
|
||||
],
|
||||
"bugs": {
|
||||
"email": "rickhanlonii@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,8 +16,7 @@
|
||||
"url": "https://fb.workplace.com/groups/wa.kaios/"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "patch-package",
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
"postinstall": "patch-package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"patch-package": "^6.2.0"
|
||||
|
||||
@@ -24,8 +24,5 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "16.9.17"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,8 +21,5 @@
|
||||
"bugs": {
|
||||
"email": "oncall+flipper@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/flippersupport/"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,8 +15,5 @@
|
||||
"title": "LeakCanary",
|
||||
"bugs": {
|
||||
"email": "jhli@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,8 +15,5 @@
|
||||
"bugs": {
|
||||
"email": "oncall+flipper@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/flippersupport/"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,5 @@
|
||||
"icon": "directions",
|
||||
"bugs": {
|
||||
"email": "beneloca@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,8 +23,5 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/pako": "^1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,8 +19,5 @@
|
||||
"bugs": {
|
||||
"email": "danielbuechele@fb.com"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
||||
@@ -14,8 +14,5 @@
|
||||
"category": "Examples",
|
||||
"bugs": {
|
||||
"email": "mweststrate@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,8 +13,5 @@
|
||||
"icon": "translate",
|
||||
"bugs": {
|
||||
"email": "edoardo@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "flipper-pkg lint",
|
||||
"prepack": "flipper-pkg lint && flipper-pkg bundle"
|
||||
"build": "flipper-pkg bundle",
|
||||
"watch": "flipper-pkg bundle --watch",
|
||||
"prepack": "flipper-pkg lint && flipper-pkg bundle --production"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"flipper": "0.47.0"
|
||||
|
||||
@@ -20,8 +20,5 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"react-d3-tree/d3": "file:./d3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,8 +15,5 @@
|
||||
"title": "Shared Preferences Viewer",
|
||||
"bugs": {
|
||||
"email": "halsibai@fb.com"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user