ci: add npm postinstall back to the lint step so node_modules doesn't get out of date
This commit is contained in:
parent
693f79e88a
commit
68fc65dbcb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue