pull/9/head
tangjinzhou 7 years ago
parent f61c6a4cd3
commit 7e5779617d

@ -0,0 +1,13 @@
language: node_js
sudo: required
node_js:
- 8.2.1
cache:
directories:
- node_modules
script:
- npm run build
after_success:
- git add --all .
- git commit -m "travis ci auto build"
- git push https://github.com/vueComponent/ant-design.git gh-pages

@ -1,4 +1,5 @@
#!/usr/bin/env bash
npm i
rm -rf dist
mkdir dist
./node_modules/.bin/webpack --config webpack.prod.config.js

Loading…
Cancel
Save