Files
InfiniteAPI/WAProto/GenerateStatics.sh
2025-10-03 18:14:30 +03:00

4 lines
302 B
Bash
Executable File

yarn pbjs -t static-module --no-beautify -w es6 --no-bundle --no-delimited --no-verify --no-comments -o ./index.js ./WAProto.proto;
yarn pbjs -t static-module --no-beautify -w es6 --no-bundle --no-delimited --no-verify ./WAProto.proto | yarn pbts --no-comments -o ./index.d.ts -;
node ./fix-imports.js