Skip to content

Commit

Permalink
chore(ui-kit): 커스텀 도메인을 위한 CNAME 추가 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon authored Feb 27, 2021
1 parent f309772 commit dc28328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"start": "start-storybook -p 6006 --no-dll",
"build": "yarn clean && rollup -c && yarn copy && tsc --emitDeclarationOnly -p ./tsconfig.build.json",
"build-stories": "yarn build-storybook -o ./storybook-static",
"build-stories": "yarn build-storybook -o ./storybook-static -s ./public",
"publish-stories": "node ./.storybook/deploy.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down
1 change: 1 addition & 0 deletions ui-kit/public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ui-kit-alpha.lubycon.io

0 comments on commit dc28328

Please sign in to comment.