chore: stop formatting neko/index.js

This commit is contained in:
naskya 2024-01-23 02:35:30 +09:00
parent e70a056f67
commit e98b8fc2eb
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -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