chore (backend-rs): add package.json to the source of index.{js,d.ts}
This commit is contained in:
parent
ec9ed90b3b
commit
d262cb2125
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ regenerate-entities:
|
|||
.PHONY: update-index
|
||||
update-index: index.js index.d.ts
|
||||
|
||||
index.js index.d.ts: $(SRC)
|
||||
index.js index.d.ts: $(SRC) package.json
|
||||
NODE_OPTIONS='--max_old_space_size=3072' pnpm run build:debug
|
||||
[ -f built/index.js ] && [ -f built/index.d.ts ]
|
||||
rm --force index.js index.d.ts
|
||||
|
|
Loading…
Reference in a new issue