mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 09:25:46 +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() {
|
function pluginsInstallation() {
|
||||||
exec('strapi install settings-manager@alpha', (err, stdout) => {
|
exec('strapi install settings-manager', (err, stdout) => {
|
||||||
logger.info('Installing plugin `Settings Manager`...');
|
logger.info('Installing plugin `Settings Manager`...');
|
||||||
|
|
||||||
if (err) {
|
if (err) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user