chore (backend-rs): add package.json to the source of index.{js,d.ts}

This commit is contained in:
naskya 2024-06-28 07:20:42 +09:00
parent ec9ed90b3b
commit d262cb2125
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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