@typeform/embed

v0.27.0
Library to embed Typeforms in your website

lint

yarn eslint ./src --ext .js --ignore-path .eslintignore --max-warnings=0

test

yarn lint && yarn test:unit && yarn test:functional && yarn test:visual

build

./scripts/build.sh

clean

rm -rf build dist

start

NODE_ENV=development webpack-dev-server -d --config webpack.config.js --content-base ./demo

test:unit

yarn jest

prepublish

yarn run build

serve-demo

PORT=8080 yarn serve -S demo

test:debug

yarn cypress open

test:visual

yarn cypress run --spec e2e/spec/visual/**/* --browser chrome

test:functional

yarn cypress run --spec e2e/spec/functional/**/* --browser chrome

test:unit:watch

yarn jest --watch

test:unit:coverage

yarn jest --coverage

travis-deploy-once

yarn travis-deploy-once --pro
npm i @typeform/[email protected]

Metadata

Downloads