diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fb71a7cacf97a..2d75234bfbaf8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -39,7 +39,12 @@ jobs: env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} - NEXT_TELEMETRY_DISABLED: 1 + + - name: Run Prettier + run: npx turbo prettier + env: + TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} + TURBO_TEAM: ${{ secrets.TURBO_TEAM }} - name: Save Cache uses: actions/cache/save@v3 @@ -94,14 +99,12 @@ jobs: env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} - NEXT_TELEMETRY_DISABLED: 1 - name: Run Storybook Tests run: npx turbo test:storybook env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} - NEXT_TELEMETRY_DISABLED: 1 - name: Save Cache uses: actions/cache/save@v3 diff --git a/.husky/pre-commit b/.husky/pre-commit index d22c11092a467..bd0e2dca08264 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -7,7 +7,7 @@ DIR=$(cd `dirname $0` && pwd -P) echo "[]" > $DIR/../public/node-releases-data.json # resets the blog post data file -echo "{\"pagination\": [],\"categories\": [],\"posts\": []}" > $DIR/../public/blog-posts-data.json +echo "{ \"pagination\": [], \"categories\": [], \"posts\": [] }" > $DIR/../public/blog-posts-data.json # adds these changes to be part of the current commit git add --sparse $DIR/../public/node-releases-data.json diff --git a/pages/ko/docs/index.mdx b/pages/ko/docs/index.mdx index 06c1edcc81249..de1bf3b782cbf 100644 --- a/pages/ko/docs/index.mdx +++ b/pages/ko/docs/index.mdx @@ -9,9 +9,9 @@ labels: 이 웹사이트에는 여러 종류의 문서가 있습니다. -- API 레퍼런스 문서 -- ES6 기능 -- 안내(가이드) +- API 레퍼런스 문서 +- ES6 기능 +- 안내(가이드) ## API 레퍼런스 문서 diff --git a/public/blog-posts-data.json b/public/blog-posts-data.json index 23462569ab7af..056852a42be78 100644 --- a/public/blog-posts-data.json +++ b/public/blog-posts-data.json @@ -1 +1 @@ -{"pagination": [],"categories": [],"posts": []} +{ "pagination": [], "categories": [], "posts": [] }