We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d0c5a commit db2c10fCopy full SHA for db2c10f
sdks/fabric/interoperation-node-sdk/makefile
@@ -16,9 +16,11 @@ build-local:
16
cp -r ../../../common/protos-js/relay ./protos-js/ && \
17
cp -r ../../../common/protos-js/package.json ./protos-js/
18
cp package.json package-remote.json && \
19
+ mv package-lock.json package-lock-remote.json && \
20
cp package-local.json package.json && \
21
npm install && \
- mv package-remote.json package.json
22
+ mv package-remote.json package.json && \
23
+ mv package-lock-remote.json package-lock.json
24
npm run build && cp -r protos-js build/
25
26
.PHONE: publish
0 commit comments