dev: make update-index-js -> make index-js

This commit is contained in:
naskya 2024-04-07 12:28:09 +09:00
parent 6a7d8c0b13
commit fb3cc4b4f1
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ export
.PHONY: pre-commit
pre-commit: format entities update-index-js
pre-commit: format entities index-js
.PHONY: format
format:
@ -14,8 +14,8 @@ entities:
pnpm run migrate
$(MAKE) -C ./packages/backend-rs regenerate-entities
.PHONY: update-index-js
update-index-js:
.PHONY: index-js
index-js:
$(MAKE) -C ./packages/backend-rs index.js