Use production=false in install step

This commit is contained in:
Paul Kaplan 2017-11-17 11:48:22 -05:00
parent a036564a60
commit d83f32c578

View file

@ -11,8 +11,8 @@ cache:
directories:
- node_modules
install:
- npm install
- npm update
- npm --production=false install
- npm --production=false update
script: npm run $NPM_SCRIPT
jobs:
include: