react-smooshpack

v1.0.0-alpha-4
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

commit

git-cz

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

tsc --watch

storybook

CODESANDBOX_ENV=development start-storybook -p 6006 --no-dll

test:prod

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

install-dependencies

yarn

build-storybook

build-storybook --no-dll

Metadata

Downloads