Visit pinelab-plugins.com for official docs and examples.
Contributions welcome! Check out our Contribution guidelines
Follow these steps to upgrade the vendure version of all plugins at once.
- Create and checkout a new branch like
feat/vendure-1.7.1
- Upgrade all Vendure dependencies by running
yarn upgrade:vendure
- Create a PR to merge into
master
cd packages
wget https://github.com/vendure-ecommerce/plugin-template/archive/refs/heads/master.zip
unzip master.zip
rm master.zip
- Follow the README in
plugin-template-mater