Refine prod and dev deps
Summary: Move flipper local deps to prod deps, so yarn installs them later when we build a bundle Reviewed By: lblasa Differential Revision: D39475545 fbshipit-source-id: 5b61d15b45ee315c3b35d8e6836c114b90503b1a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a411fc6720
commit
ed93dfe978
@@ -8,8 +8,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/fb-watchman": "2.0.1",
|
||||
"@types/node": "^17.0.31",
|
||||
"flipper-common": "0.0.0"
|
||||
"@types/node": "^17.0.31"
|
||||
},
|
||||
"scripts": {
|
||||
"reset": "rimraf lib *.tsbuildinfo",
|
||||
@@ -28,6 +27,7 @@
|
||||
"dependencies": {
|
||||
"envinfo": "^7.8.1",
|
||||
"fb-watchman": "^2.0.1",
|
||||
"flipper-common": "0.0.0",
|
||||
"fs-extra": "^10.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user