@stacks/common

v2.0.0-beta.0
Common Stacks utilities

test

jest

build

npm run clean && npm run build:cjs && npm run build:esm

clean

rimraf dist && tsc -b tsconfig.build.json --clean

start

tsc -b tsconfig.build.json --watch --verbose

build:cjs

tsc -b tsconfig.build.json

build:esm

tsc -p tsconfig.build.json --module ES6 --outDir ./dist/esm

build:umd

webpack --config webpack.config.js

typecheck

tsc --noEmit

test:watch

jest --watch --coverage=false

prepublishOnly

npm run test && npm run build && npm run build:umd

typecheck:watch

npm run typecheck -- --watch
npm i @stacks/[email protected]

Metadata

Downloads