@typeform/embed

v0.25.2
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 run test:visual:chrome && yarn run test:visual:firefox

test:functional

yarn run test:functional:chrome && yarn run test:functional:firefox

test:unit:watch

yarn jest --watch

test:visual:run

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

test:unit:coverage

yarn jest --coverage

test:visual:chrome

yarn run test:visual:run --browser chrome

travis-deploy-once

yarn travis-deploy-once --pro

test:functional:run

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

test:visual:firefox

yarn run test:visual:run --browser firefox

test:functional:chrome

yarn run test:functional:run --browser chrome

test:functional:firefox

yarn run test:functional:run --browser firefox
npm i @typeform/[email protected]

Metadata

Downloads