Vicente Canales

Results 6 issues of Vicente Canales

#### Changes proposed in this Pull Request: Running `npm i` after `nvm use` downgrades the saved `lockfileVersion` to 2. The lockfile requirement is set to [`lockfile-version = 3` on .npmrc.](https://github.com/Automattic/themes/blob/trunk/.npmrc#L2)...

dependencies

This adds a `--recreate-db` option to remove the need for user input when running the script for confirming database recreation, helpful when it is run in a CI context, such...

To facilitate future improvements to the codebase, this proposes configuring PHPUnit to be able to write tests for the plugin. This was created using `wp scaffold plugin-test`, plus some modifications...

enhancement

A Jazz-inspired theme by @henriqueiamarino

I find myself having to stop my Gutenberg environment, which uses the default port, when working on both at around the same time. This change should make it easier to...

enhancement
build tooling

## What? Specify minimum minor version of node on .nvmrc to match the `engine` specified on package.json. ## Why? If I have previously installed a lower node version than what's...

[Type] Build Tooling