File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030 "find-unused-exports" : " ts-unused-exports ./tsconfig.json --excludeDeclarationFiles" ,
3131 "generate:typechain" : " rimraf generated/typechain && typechain --target=ethers-v6 --out-dir generated/typechain abis/**/*.json --node16-modules" ,
3232 "generate:abi" : " rimraf generated/abis && node tools/generateAbiModules.mjs" ,
33- "refresh-abis" : " rm -rf abis && mkdir -p abis/core && cp -r ../smart-contract/abis/. ./abis/core/ && mkdir -p abis/core/registry/ERC734.sol && cp ../sharing-smart-contract/ abis/registry/ERC734.sol/ERC734.json ./abis/core/registry/ ERC734.sol/ " ,
33+ "refresh-abis" : " rm -rf abis && mkdir -p abis/core && cp -r ../smart-contract/abis/. ./abis/core/ && mkdir -p abis/core/registry/ERC734.sol && git checkout HEAD -- abis/core/ registry/ERC734.sol/ERC734.json 2>/dev/null || echo 'Note: ERC734.json should be manually added if not in git' " ,
3434 "stop-test-stack" : " cd tests && docker compose --project-name dataprotector-sdk down --volumes --remove-orphans" ,
3535 "start-test-stack" : " cd tests && npm run stop-test-stack && node prepare-test-env.js && docker compose --project-name dataprotector-sdk build && docker compose --project-name dataprotector-sdk up -d"
3636 },
You can’t perform that action at this time.
0 commit comments