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
@@ -25,8 +25,5 @@
|
||||
"bugs": {
|
||||
"email": "oncall+flipper@xmail.facebook.com",
|
||||
"url": "https://fb.workplace.com/groups/flippersupport/"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "../../pkg/bin/run bundle"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user