proto: fix proto generation, tsc: fix node imports of compiled code
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
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;
|
||||
yarn pbjs -t static-module -w es6 --no-bundle -o ./index.js ./WAProto.proto;
|
||||
yarn pbts -o ./index.d.ts ./index.js;
|
||||
node ./fix-imports.js
|
||||
|
||||
Reference in New Issue
Block a user