mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Chore: fix deploy-ci.sh (#11379)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user