mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
Fix setup links
This commit is contained in:
parent
ee772c013e
commit
892f4e3626
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user