smooshpack

v1.0.0-alpha-34
A bundler that completely works in the browser and takes advantage of it.

prebuild

rimraf dist

build

tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --ignoreCompilerErrors --mode file src

commit

git-cz

deploy-docs

ts-node tools/gh-pages-publish

lint

tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

build:publish

yarn build && lerna run build:sandpack-sandbox --scope app --stream && rimraf sandpack && gulp copy-sandbox

report-coverage

cat ./coverage/lcov.info | coveralls

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

start

tsc --watch

test:prod

npm run lint && npm run test -- --coverage --no-cache

install-dependencies

yarn

Metadata

Downloads