Closed Frank3K closed 4 years ago
Upgrade vendor plugins. Using yarn one can check if there are new versions:
yarn
yarn outdated
If there are, these files can be copied to the static/plugins directory using the following command:
static/plugins
yarn copy-deps
Upgrade vendor plugins. Using
yarn
one can check if there are new versions:If there are, these files can be copied to the
static/plugins
directory using the following command: