avalanche

v3.16.0
Avalanche Platform JS Library
Avalanche blockchain defi

build

rm -rf dist/ && npx tsc -b

prebundle

yarn build

bundle

webpack --mode production

lint

eslint ./ --ext js,ts --fix

prepublish

yarn build

release:prepare

rm -rf ./dist ./node_modules && yarn install && yarn test && yarn build && yarn bundle && git status

test

jest

test-watch

jest --watch

docs

rm -rf docsMD && yarn build && npx typedoc --readme none --theme markdown --out docs

prettier

npx prettier --write .

prepare

husky install
npm i avalanche

Metadata

Downloads