Closed dpanta94 closed 1 year ago
Updating/Changing NPM dependencies and lock file. Updating the build process integrating wp-scripts project wide. Adding/modifing npm script commands.
Now npm run build will simply run the whole build process, while npm run package will produce a deployable zip.
npm run build
npm run package
A lot of scripts/stylesheets had their relevant position changed in order for the build process to work accross the project following the same logic.
Closes #12 .
npm i
nvm use
Fix - WooCommerce Blocks Compatibility
All Submissions:
Changes proposed in this Pull Request:
Updating/Changing NPM dependencies and lock file. Updating the build process integrating wp-scripts project wide. Adding/modifing npm script commands.
Now
npm run build
will simply run the whole build process, whilenpm run package
will produce a deployable zip.A lot of scripts/stylesheets had their relevant position changed in order for the build process to work accross the project following the same logic.
Closes #12 .
How to test the changes in this Pull Request:
npm i
should install all the dependencies without errors as long asnvm use
has been executed prior to thatOther information:
Changelog entry