mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
updated azure pipeline to include the app
Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
This commit is contained in:
parent
201dd994f9
commit
997518558d
1 changed files with 12 additions and 0 deletions
|
|
@ -34,3 +34,15 @@ popd
|
||||||
stopNetwork
|
stopNetwork
|
||||||
print "Remove wallet storage"
|
print "Remove wallet storage"
|
||||||
rm -R ../asset-transfer-secured-agreement/application-javascript/wallet
|
rm -R ../asset-transfer-secured-agreement/application-javascript/wallet
|
||||||
|
|
||||||
|
# Run Typescript Gateway application
|
||||||
|
createNetwork
|
||||||
|
print "Initializing typescript application"
|
||||||
|
pushd ../asset-transfer-secured-agreement/application-gateway-typescript
|
||||||
|
npm install
|
||||||
|
print "Build app"
|
||||||
|
npm run build
|
||||||
|
print "Executing dist/app.js"
|
||||||
|
npm start
|
||||||
|
popd
|
||||||
|
stopNetwork
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue