Skip to content

Commit

Permalink
fix: use "static-module" instead of "static" only target (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
janory authored Mar 2, 2022
1 parent a64e48b commit 8a44908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm-js/akkasls-scripts/bin/akkasls-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const scriptHandlers = {
runOrFail(
'Building static Javascript definitions from proto',
path.resolve('node_modules', '.bin', 'pbjs'),
[...protoFiles, '-t', 'static', '-o', protoJs],
[...protoFiles, '-t', 'static-module', '-o', protoJs],
{ shell: true },
);

Expand Down

0 comments on commit 8a44908

Please sign in to comment.