1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-07-31 22:40:19 +02:00

Fix renderer not working on local (#5694)

This commit is contained in:
Arik Chakma
2024-05-18 01:25:46 +06:00
committed by GitHub
parent c277ac3746
commit 1af9829c04
4 changed files with 24 additions and 1 deletions

View File

@@ -29,4 +29,6 @@ done
# ignore the worktree changes for the editor directory
git update-index --assume-unchanged editor/readonly-editor.tsx || true
git update-index --assume-unchanged editor/readonly-editor.tsx || true
git update-index --assume-unchanged editor/renderer/index.tsx || true
git update-index --assume-unchanged editor/renderer/renderer.ts || true