mirror of
https://example.com
synced 2024-11-22 17:16:39 +09:00
chore: stop formatting neko/index.js
This commit is contained in:
parent
2d97eb1163
commit
c455d6220b
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -113,7 +113,6 @@ $(T)/regenerate-entities: $(MIGRATIONS)
|
||||||
neko/index.js: $(RUSTY_STUFF)
|
neko/index.js: $(RUSTY_STUFF)
|
||||||
pnpm --filter='backend-rs' run build:debug
|
pnpm --filter='backend-rs' run build:debug
|
||||||
[ -f $(RUST_DIR)/built/index.js ]
|
[ -f $(RUST_DIR)/built/index.js ]
|
||||||
pnpm run format
|
|
||||||
rm neko/index.js
|
rm neko/index.js
|
||||||
cp $(RUST_DIR)/built/index.js neko/index.js
|
cp $(RUST_DIR)/built/index.js neko/index.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue