Skip to content

Commit c79cd6a

Browse files
committed
Remove outdated webpack/chokidar inotify watcher maxlimit bump
Vite doesn't use webpack/chokidar, not even sure if it was needed with the intial build system using parcel. It was probably just copy pasted in 7769c88 over from our other older projects using nwb a long time ago Signed-off-by: HARPER Jon <[email protected]>
1 parent 7e37511 commit c79cd6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: 22
36-
- name: FixForNodeWarnings
37-
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
3836

3937
- name: Build
4038
run: |

0 commit comments

Comments
 (0)