diff --git a/.github/workflows/pr-build-check.yml b/.github/workflows/pr-build-check.yml
index 60aa64da..c01c4d87 100644
--- a/.github/workflows/pr-build-check.yml
+++ b/.github/workflows/pr-build-check.yml
@@ -16,6 +16,8 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
+ with:
+ version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
@@ -26,14 +28,5 @@ jobs:
- name: Install dependencies
run: pnpm install
- - name: Clear TypeScript build info
- run: |
- echo "TypeScript 빌드 캐시 삭제"
- rm -rf node_modules/.tmp
- rm -rf node_modules/.cache
-
- - name: Check TypeScript compilation
- run: pnpm tsc -b
-
- name: Build project
run: pnpm run build
diff --git a/build/entitlements.mac.plist b/build/entitlements.mac.plist
new file mode 100644
index 00000000..0b2a95cb
--- /dev/null
+++ b/build/entitlements.mac.plist
@@ -0,0 +1,25 @@
+
+
+