Skip to content

Commit

Permalink
init: add CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Jun 6, 2018
1 parent 1e327f8 commit 3c036c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rn.mobile.ant.design
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"clean": "antd-tools run clean",
"start": "cross-env NODE_ENV=development cross-env DEMO_ENV=react bisheng start -c ./site/bisheng.desktop.config.js",
"site": "cross-env NODE_ENV=production cross-env DEMO_ENV=react bisheng build -c ./site/bisheng.desktop.config.js && node scripts/copy-app-res",
"pre-deploy": "mkdir -p _site && cp CNAME _site",
"deploy": "npm run clean && npm run site && bisheng gh-pages --push-only",
"pub": "cross-env BABEL_ENV=dist antd-tools run pub",
"rn-start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down

0 comments on commit 3c036c6

Please sign in to comment.