diff --git a/.gitignore b/.gitignore index 6a945af..87ef6ea 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,5 @@ coverage dist/ .DS_Store -# Local Netlify folder -.netlify \ No newline at end of file +.netlify +storybook-static \ No newline at end of file diff --git a/README.md b/README.md index fd5fdf2..c3cacca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # 도담도담 +[![Netlify Status](https://api.netlify.com/api/v1/badges/2a3e5e7e-c4b1-4903-8b7a-fcd5b0958849/deploy-status)](https://app.netlify.com/sites/dodamdodam/deploys) ### 실행 @@ -8,7 +9,7 @@ $ yarn bootstrap # front 시작 # http://localhost:3000/ -$ yarn run package:front +$ yarn run package:front # server 시작 # http://localhost:8080/ @@ -21,4 +22,5 @@ $ yarn run dev ### 링크 -[도담 웹](https://boring-hermann-ae9c58.netlify.app/) \ No newline at end of file +[도담 웹](https://dodamdodam.netlify.app/) +[도담 컴포넌트](https://dodam-components.netlify.app/) diff --git a/netlify.toml b/netlify.toml index 8ad287b..f875bba 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,2 @@ -# example netlify.toml [build] - command = "cd packages/dodam && yarn run build && yarn run export" - publish = "packages/dodam/out" \ No newline at end of file + ignore="git diff --quiet HEAD^ HEAD packages/dodam-server" \ No newline at end of file