diff --git a/Makefile b/Makefile index 7a10bf48..46911aab 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