There was an error while loading. Please reload this page.
1 parent 20e76a4 commit eb466ffCopy full SHA for eb466ff
1 file changed
scripts/sync-version.js
@@ -5,6 +5,7 @@ const version = process.argv[2];
5
const packages = [
6
'bindings/js/sdk/package.json',
7
'implementations/js/client/package.json',
8
+ 'implementations/js/server/package.json',
9
];
10
11
// eslint-disable-next-line no-restricted-syntax
0 commit comments