@mux/studio-embed

v1.1.0

build

yarn clean && yarn node ./build.js --mode=production && yarn build:types

build:types

tsc

clean

rm -rf ./dist

dev

concurrently -n watch,serve "yarn node build.js --mode=development" "npx http-server ./dist -p=8081 -c=-1 --cors"

organise

npx sort-package-json

prepublishOnly

yarn build

test

jest
npm i @mux/[email protected]

Metadata

Downloads