diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e9a27e8d..1e1f0b709 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -118,6 +118,9 @@ aliases: <<: *defaults steps: - checkout + - run: + name: "setup" + command: npm --production=false ci - run: name: "run i18n script" command: npm run i18n:push