@stacks/common

v1.0.0-beta.20
Common Stacks utilities

dev

yarn start

lint

yarn lint:eslint && yarn lint:prettier

test

jest

build

tsdx build --format cjs,esm,umd

start

tsdx watch --verbose --noClean --onSuccess yalc publish --push

lint:fix

eslint "src/**/*.{ts,tsx}" -f unix --fix

typecheck

tsc --noEmit

test:watch

jest --watch --coverage=false

lint:eslint

eslint "src/**/*.{ts,tsx}" -f unix

codecovUpload

codecov

lint:prettier

prettier --check "src/**/*.{ts,tsx}" *.js

prepublishOnly

yarn test && yarn build

typecheck:watch

npm run typecheck -- --watch

lint:prettier:fix

prettier --write "src/**/*.{ts,tsx}" *.js
npm i @stacks/[email protected]

Metadata

Downloads