Files
InfiniteAPI/WAProto/GenerateStatics.sh
T
2025-07-17 13:54:17 +03:00

4 lines
169 B
Bash
Executable File

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