From 68fc65dbcb6eb61434b298816883344bf3488ea5 Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Mon, 26 Jun 2017 13:22:26 -0700 Subject: [PATCH] ci: add npm postinstall back to the lint step so node_modules doesn't get out of date --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0496bd2e0e..ca3a33ffdd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,6 +17,7 @@ jobs: key: angular-{{ .Branch }}-{{ checksum "npm-shrinkwrap.json" }} - run: npm install + - run: npm run postinstall - run: ./node_modules/.bin/gulp lint build: