From 03949457a346715db11bf9a045a281b884fd0cfe Mon Sep 17 00:00:00 2001 From: Aurelsicoko Date: Mon, 16 Apr 2018 10:00:12 +0200 Subject: [PATCH] Update setup to fix babel-polyfill issues on GraphQL --- scripts/setup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.js b/scripts/setup.js index 2e7985dd43..f6c86d8b4d 100755 --- a/scripts/setup.js +++ b/scripts/setup.js @@ -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);