fix minification issues for deploy
This commit is contained in:
parent
abc1dfbf0c
commit
3b1af65c68
1 changed files with 2 additions and 1 deletions
|
@ -5,11 +5,12 @@ machine:
|
|||
version: 5.11.1
|
||||
environment:
|
||||
BUILD_PRODUCTION: true
|
||||
NODE_ENV: production
|
||||
NPM_CONFIG_PRODUCTION: false
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- make install
|
||||
- export NODE_ENV=production
|
||||
- make build
|
||||
|
||||
test:
|
||||
|
|
Reference in a new issue