Skip to content

Commit

Permalink
fix: scripts for building and testing in windows operating system
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidgil committed May 17, 2021
1 parent 90a4dd0 commit 50d02d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
36 changes: 0 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -15,12 +15,12 @@
"build:ts": "bili",
"build:api_docs": "rm -rf docs/api && typedoc --plugin typedoc-plugin-markdown --hideBreadcrumbs true",
"build:contracts": "npm run build:typechain:registry && npm run build:typechain:resolver && npm run build:typechain:offerableIdentity && npm run build:typechain:identityManager",
"build:typechain:registry": "typechain --target ethers-v4 --outDir ethers './node_modules/@ensdomains/ens/build/contracts/ENSRegistry.json'",
"build:typechain:resolver": "typechain --target ethers-v4 --outDir ethers './node_modules/@ensdomains/resolver/build/contracts/PublicResolver.json'",
"build:typechain:offerableIdentity": "typechain --target ethers-v4 --outDir ethers './node_modules/@ew-did-registry/proxyidentity/build/contracts/OfferableIdentity.json'",
"build:typechain:identityManager": "typechain --target ethers-v4 --outDir ethers './node_modules/@ew-did-registry/proxyidentity/build/contracts/IdentityManager.json'",
"build:typechain:registry": "typechain --target ethers-v4 --outDir ethers ./node_modules/@ensdomains/ens/build/contracts/ENSRegistry.json",
"build:typechain:resolver": "typechain --target ethers-v4 --outDir ethers ./node_modules/@ensdomains/resolver/build/contracts/PublicResolver.json",
"build:typechain:offerableIdentity": "typechain --target ethers-v4 --outDir ethers ./node_modules/@ew-did-registry/proxyidentity/build/contracts/OfferableIdentity.json",
"build:typechain:identityManager": "typechain --target ethers-v4 --outDir ethers ./node_modules/@ew-did-registry/proxyidentity/build/contracts/IdentityManager.json",
"prepare": "npm run build",
"start-rpc": "run-with-testrpc -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --gasLimit=10000000",
"start-rpc": "ganache-cli -m \"candy maple cake sugar pudding cream honey rich smooth crumble sweet treat\" --port 8544 --accounts 20 --networkId=9 --gasLimit=10000000",
"test:watch": "npm run start-rpc -- \"jest --coverage --env=./test/env.js --watchAll\"",
"test:prod": "npm run start-rpc -- \"jest --no-cache --env=./test/env.js\"",
"change_resolver": "ts-node -O '{\"module\": \"commonjs\"}' ./scripts/change-resolver.ts"
Expand Down Expand Up @@ -90,6 +90,7 @@
"copyfiles": "^2.4.0",
"coveralls": "^3.1.0",
"eslint": "^7.8.1",
"ganache-cli": "^6.12.2",
"jest": "^26.4.2",
"jest-config": "^26.4.2",
"jest-environment-jsdom": "^26.6.2",
Expand Down

0 comments on commit 50d02d5

Please sign in to comment.