mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
10 lines
247 B
Bash
10 lines
247 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
npm run run src/examples/RegisterServiceAgreementTemplates.ts
|
||
|
npm run run src/examples/RegisterAsset.ts
|
||
|
npm run run src/examples/Search.ts
|
||
|
npm run run src/examples/SignAgreement.ts
|
||
|
npm run run src/examples/ExecuteAgreement.ts
|