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
|
version: 5.11.1
|
||||||
environment:
|
environment:
|
||||||
BUILD_PRODUCTION: true
|
BUILD_PRODUCTION: true
|
||||||
|
NODE_ENV: production
|
||||||
|
NPM_CONFIG_PRODUCTION: false
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- make install
|
- make install
|
||||||
- export NODE_ENV=production
|
|
||||||
- make build
|
- make build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Reference in a new issue