Skip to content

Commit d1ca044

Browse files
committed
Revert makefile
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent db2c10f commit d1ca044

File tree

1 file changed

+0
-2
lines changed
  • sdks/fabric/interoperation-node-sdk

1 file changed

+0
-2
lines changed

sdks/fabric/interoperation-node-sdk/makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ 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 && \
2019
cp package-local.json package.json && \
2120
npm install && \
2221
mv package-remote.json package.json && \
23-
mv package-lock-remote.json package-lock.json
2422
npm run build && cp -r protos-js build/
2523

2624
.PHONE: publish

0 commit comments

Comments
 (0)