@mchappell/web-extension

v0.2.6
Web extension wallet utilities

build:esm

tsc -p src/tsconfig.json --outDir ./dist/esm --module es2020

build:cjs

tsc --build src

build

run-s build:cjs build:esm module-fixup

module-fixup

shx cp ../../build/cjs-package.json ./dist/cjs/package.json && cp ../../build/esm-package.json ./dist/esm/package.json

tscNoEmit

shx echo typescript --noEmit command not implemented yet

cleanup:dist

shx rm -rf dist

cleanup:nm

shx rm -rf node_modules

cleanup

run-s cleanup:dist cleanup:nm

lint

eslint --ignore-path ../../.eslintignore "**/*.ts"

lint:fix

eslint --fix --ignore-path ../../.eslintignore "**/*.ts"

test

jest -c ./jest.config.js

test:e2e:build

webpack -c e2e/webpack.config.js

test:e2e:run

wdio run e2e/wdio.conf.js

test:e2e

run-s test:e2e:build test:e2e:run

test:e2e:watch:build

yarn test:e2e:build --watch

test:e2e:watch:run

yarn test:e2e:run --watch

test:e2e:watch

run-s test:e2e:build test:e2e:watch:bg

test:e2e:watch:bg

run-p test:e2e:watch:build test:e2e:watch:run

coverage

yarn test --coverage

prepack

yarn build

test:debug

DEBUG=true yarn test
npm i @mchappell/[email protected]

Metadata

Downloads

Maintainers