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 db2c10f commit d1ca044Copy full SHA for d1ca044
sdks/fabric/interoperation-node-sdk/makefile
@@ -16,11 +16,9 @@ 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 && \
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