From c455d6220b3644a5a72cfc093160c16d78410eae Mon Sep 17 00:00:00 2001 From: naskya Date: Tue, 23 Jan 2024 02:35:30 +0900 Subject: [PATCH] chore: stop formatting neko/index.js --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7a10bf484..46911aab8 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,6 @@ $(T)/regenerate-entities: $(MIGRATIONS) neko/index.js: $(RUSTY_STUFF) pnpm --filter='backend-rs' run build:debug [ -f $(RUST_DIR)/built/index.js ] - pnpm run format rm neko/index.js cp $(RUST_DIR)/built/index.js neko/index.js