ci: add npm postinstall back to the lint step so node_modules doesn't get out of date

This commit is contained in:
Jason Aden 2017-06-26 13:22:26 -07:00 committed by Matias Niemelä
parent 693f79e88a
commit 68fc65dbcb
1 changed files with 1 additions and 0 deletions

View File

@ -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: