dev: make update-index-js -> make index-js
This commit is contained in:
parent
6a7d8c0b13
commit
fb3cc4b4f1
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue