Skip to content

Commit db2c10f

Browse files
committed
make build-local fix for node-sdk
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent 56d0c5a commit db2c10f

File tree

1 file changed

+3
-1
lines changed
  • sdks/fabric/interoperation-node-sdk

1 file changed

+3
-1
lines changed

sdks/fabric/interoperation-node-sdk/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ build-local:
1616
cp -r ../../../common/protos-js/relay ./protos-js/ && \
1717
cp -r ../../../common/protos-js/package.json ./protos-js/
1818
cp package.json package-remote.json && \
19+
mv package-lock.json package-lock-remote.json && \
1920
cp package-local.json package.json && \
2021
npm install && \
21-
mv package-remote.json package.json
22+
mv package-remote.json package.json && \
23+
mv package-lock-remote.json package-lock.json
2224
npm run build && cp -r protos-js build/
2325

2426
.PHONE: publish

0 commit comments

Comments
 (0)