mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
update and cleanup packages
This commit is contained in:
+3
-3
@@ -114,10 +114,10 @@ const installExtensions = async () => {
|
||||
const forceDownload = !!process.env.UPGRADE_EXTENSIONS;
|
||||
const extensions = ['REACT_DEVELOPER_TOOLS', 'REDUX_DEVTOOLS'];
|
||||
|
||||
return installer
|
||||
.default(
|
||||
installer
|
||||
.installExtension(
|
||||
extensions.map((name) => installer[name]),
|
||||
forceDownload,
|
||||
{ forceDownload },
|
||||
)
|
||||
.then((installedExtensions) => {
|
||||
createLog({
|
||||
|
||||
Reference in New Issue
Block a user