react-smooshpack

v0.0.62
React components that help you create a full fledged online web application editor. Powered by Sandpack, the online bundler used by CodeSandbox.

prebuild

rimraf dist && rimraf es

build

tsc && rollup -c rollup.config.ts && yarn build:min && gulp build

build:min

cross-env BUILD_MINIFY=1 rollup -c rollup.config.ts

commit

git-cz

deploy-docs

ts-node tools/gh-pages-publish

docs

typedoc --out docs --target es6 --theme minimal --mode file src

lint

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

prepublish

yarn build

report-coverage

cat ./coverage/lcov.info | coveralls

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

start

npm-run-all --parallel watch:**

storybook

start-storybook -p 9001 -c .storybook

test:prod

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

watch:gulp

gulp sass:watch

watch:rollup

rollup -c rollup.config.ts -w

install-dependencies

yarn

Metadata

Downloads

Maintainers