diff --git a/gutenberg b/gutenberg index 4b750ffd32..11d6bdfc34 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit 4b750ffd3211a0a110c1b4957771121754e4d6b9 +Subproject commit 11d6bdfc34fc8d6838868e993b66cc838e1ea715 diff --git a/package.json b/package.json index 0776afb3cf..839497d5c9 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "wd": "^1.11.1" }, "scripts": { - "postinstall": "npm ci --prefix gutenberg && npm run patch-react-native", + "postinstall": "npm install --prefix gutenberg && npm run patch-react-native", "patch-react-native": "OUT=\"$(patch -p1 --forward < patches/react-native+0.62.2.patch)\" || echo \"${OUT}\" | grep \"Skipping patch\" || (echo \"$OUT\" && false);", "start": "react-native start --config ./metro.config.js", "start:reset": "npm run core clean:runtime && npm run start -- --reset-cache",