Link strapi-helper-plugin during setup

This commit is contained in:
Pierre Burgy 2017-08-23 17:14:44 +02:00
parent 19c3b11889
commit 648ed02829

View File

@ -36,7 +36,7 @@ shell.exec('npm install ../strapi-generate ../strapi-generate-admin ../strapi-ge
shell.exec('npm link');
shell.cd('../strapi-helper-plugin');
shell.exec('npm install');
shell.exec('npm link');
shell.cd('../strapi-plugin-content-manager');
shell.exec('npm install ../strapi-helper-plugin');