mirror of
https://example.com
synced 2024-11-22 06:46:40 +09:00
dev (minor): format Makefile
This commit is contained in:
parent
0ac115874c
commit
afbddc7d37
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -37,6 +37,7 @@ regenerate-entities:
|
|||
sed -i 's/#\[derive(Debug, Clone, PartialEq, Eq, EnumIter, DeriveActiveEnum)\]/#[derive(Debug, PartialEq, Eq, EnumIter, DeriveActiveEnum)]\n#[napi_derive::napi]/' \
|
||||
packages/backend/native-utils/src/model/entity/sea_orm_active_enums.rs
|
||||
|
||||
|
||||
.PHONY: update-index-js
|
||||
update-index-js:
|
||||
pnpm --filter='native-utils' run build:debug
|
||||
|
|
Loading…
Reference in a new issue