|
|
|
@ -22,7 +22,8 @@ |
|
|
|
|
"test:integration": "cross-env TEST_ENV=integration jest -c jest.iconfig.js --runInBand --verbose --collectCoverage=false", |
|
|
|
|
"release": "yarn bootstrap && yarn bundle && lerna publish --exact", |
|
|
|
|
"format": "prettier --write '**/*.{ts,tsx,js}' --config .prettierrc", |
|
|
|
|
"formatSol": "prettier --list-different **/*.sol" |
|
|
|
|
"formatSol": "prettier --list-different **/*.sol", |
|
|
|
|
"dev:publish":"lerna publish --dist-tag next --exact --no-verify-access --no-verify-registry" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/cli": "^7.0.0-beta.56", |
|
|
|
|