Chore: fix deploy-ci.sh (#11379)

pull/11382/head
Jikkai Xiao 2018-05-28 18:22:54 +08:00 committed by 杨奕
parent 0b94502eb9
commit 8f95813594
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if [ "$TRAVIS_TAG" ]; then
fi
# build dev site
npm run build:file && CI_ENV=/dev/$TRAVIS_BRANCH/ node_modules/.bin/webpack --config build/webpack.demo.js
npm run build:file && CI_ENV=/dev/$TRAVIS_BRANCH/ node_modules/.bin/cross-env NODE_ENV=production node_modules/.bin/webpack --config build/webpack.demo.js
cd temp_web
git clone https://$ROT_TOKEN@github.com/ElementUI/dev.git && cd dev
mkdir $TRAVIS_BRANCH