Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/pull-request.yml
Comment thread
ovflowd marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Comment thread
Harkunwar marked this conversation as resolved.

- name: Save Cache
uses: actions/cache/save@v3
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pages/ko/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ labels:

이 웹사이트에는 여러 종류의 문서가 있습니다.

- API 레퍼런스 문서
- ES6 기능
- 안내(가이드)
- API 레퍼런스 문서
- ES6 기능
- 안내(가이드)

## API 레퍼런스 문서

Expand Down
2 changes: 1 addition & 1 deletion public/blog-posts-data.json
Comment thread
ovflowd marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pagination": [],"categories": [],"posts": []}
{ "pagination": [], "categories": [], "posts": [] }