wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

Use `npm install` when preparing Gutenberg #197

Closed jhnstn closed 7 months ago

jhnstn commented 10 months ago

There is a package lock validation on Gutenberg that will fail if we update the rn package versions but not the package lock. We should be running npm install in this case. Right now we are running npm ci

jhnstn commented 10 months ago

Should just need to replace npm.Ci with npm.Install here