@eth-optimism/core-utils

v0.7.0
[![codecov](https://codecov.io/gh/ethereum-optimism/optimism/branch/master/graph/badge.svg?token=0VTG7PG7YR&flag=core-utils)](https://codecov.io/gh/ethereum-optimism/optimism)

all

yarn clean && yarn build && yarn test && yarn lint:fix && yarn lint

build

tsc -p tsconfig.build.json

clean

rimraf dist/ ./tsconfig.build.tsbuildinfo

lint

yarn lint:fix && yarn lint:check

lint:check

eslint .

lint:fix

yarn lint:check --fix

pre-commit

lint-staged

test

ts-mocha test/*.spec.ts

test:coverage

nyc ts-mocha test/*.spec.ts && nyc merge .nyc_output coverage.json
npm i @eth-optimism/[email protected]

Metadata

  • MIT
  • Whatever
  • Optimism PBC
  • released 11/10/2021

Downloads