@stacks/common

v3.5.1-beta.1
Common Stacks utilities

pack

npm pack

test

jest

build

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

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

NODE_OPTIONS=--max-old-space-size=8192 webpack --config webpack.config.js

typecheck

tsc --noEmit

test:watch

jest --watch --coverage=false

build:polyfill

NODE_OPTIONS=--max-old-space-size=8192 rollup -c ../../configs/rollup.config.js && rimraf dist/polyfill/dist

prepublishOnly

npm run test && NODE_ENV=production npm run build

typecheck:watch

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

Metadata

Downloads