@endo/check-bundle

v1.0.11
Checks the integrity of an Endo bundle.
endo bundle integrity check hash

build

exit 0

prepack

tsc --build tsconfig.build.json

postpack

git clean -f '*.d.ts*' '*.tsbuildinfo'

lint

yarn lint:types && yarn lint:eslint

lint-fix

eslint --fix .

lint:eslint

eslint .

lint:types

tsc

test

ava

test:c8

c8 $C8_OPTIONS ava --config=ava-nesm.config.js
npm i @endo/check-bundle

Metadata

Downloads