mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Merge branch 'alpha.5' of github.com:strapi/strapi into alpha.5
This commit is contained in:
commit
27e18c2b50
@ -79,7 +79,7 @@ module.exports = (scope, cb) => {
|
||||
}
|
||||
|
||||
function pluginsInstallation() {
|
||||
exec('strapi install settings-manager@alpha', (err, stdout) => {
|
||||
exec('strapi install settings-manager', (err, stdout) => {
|
||||
logger.info('Installing plugin `Settings Manager`...');
|
||||
|
||||
if (err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user