@imgix/gatsby

v1.3.1
A Gatsby plugin to integrate with imgix's APIs
blur-up cdn fixed fluid gatsby-image gatsby-plugin gatsby image imgix and 7 more...

tdd

run-p tdd:unit tdd:e2e

lint

prettier --write .

test

run-s test:unit test:e2e:ci

build

tsc

lint:ci

prettier --check .

tdd:e2e

echo 'Run "npm run sync:e2e:watch" in a separate terminal window' && yarn test:e2e

sync:e2e

msync s && rm -rf test/dev-and-e2e/node_modules/@imgix/gatsby/test/

tdd:unit

yarn jest --watch --setupFiles dotenv/config

test:e2e

cd test/dev-and-e2e && yarn run test:e2e

test:unit

yarn jest

build:watch

tsc --build --watch

test:e2e:ci

yarn run sync:e2e && cd test/dev-and-e2e && yarn run test:e2e:ci

sync:e2e:watch

nodemon -w dist -x "msync s && rm -rf test/dev-and-e2e/node_modules/@imgix/gatsby/test/"
npm i @imgix/[email protected]

Metadata

Downloads