Fix setup links

This commit is contained in:
Jim Laurie 2018-06-09 13:51:48 +02:00
parent ee772c013e
commit 892f4e3626

View File

@ -118,13 +118,18 @@ watcher('📦 Linking strapi...', 'npm link');
shell.cd('../strapi-plugin-graphql');
watcher('📦 Linking strapi-plugin-graphql...', 'npm link --no-optional', false);
// Upload plugins
// Plugin services
shell.cd('../strapi-upload-local');
watcher('📦 Linking strapi-upload-local...', 'npm link --no-optional', false);
shell.cd('../strapi-email-sendmail');
watcher('📦 Linking strapi-email-sendmail...', 'npm link --no-optional', false);
// Plugins with admin
shell.cd('../strapi-plugin-email');
shell.rm('-f', 'package-lock.json');
watcher('', 'npm install ../strapi-helper-plugin --no-optional');
watcher('', 'npm install ../strapi-email-sendmail --no-optional');
watcher('📦 Linking strapi-plugin-email...', 'npm link --no-optional', false);
shell.cd('../strapi-plugin-users-permissions');