Build with production mode

This commit is contained in:
Aya Morisawa 2017-02-28 00:12:29 +09:00
parent a0134a1028
commit a106e98ec1

View file

@ -14,6 +14,7 @@ before_script:
- mkdir ./.config
- cp ./.ci-files/default.yml ./.config
- cp ./.ci-files/test.yml ./.config
- NODE_ENV=production
- npm run build
after_success: