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

CLI: Use npm install when setting up Gutenberg #200

Closed jhnstn closed 10 months ago

jhnstn commented 10 months ago

Gutenberg has a package-lock linter to make sure the local package versions match what's in the package lock. Running npm ci won't update the lock file but npm i will

This changes the npm command to use install

Testing: