Update setup to fix babel-polyfill issues on GraphQL

This commit is contained in:
Aurelsicoko 2018-04-16 10:00:12 +02:00
parent 87b07c8eeb
commit 03949457a3

View File

@ -130,6 +130,7 @@ watcher('🏗 Building...', 'npm run build');
shell.cd('../strapi-plugin-graphql');
watcher('', 'npm install ../strapi-utils');
watcher('', 'npm install ../strapi-helper-plugin --no-optional');
shell.rm('-f', 'package-lock.json');
watcher('📦 Linking strapi-plugin-graphql...', 'npm link --no-optional', false);