@imgix/gatsby

v1.6.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

load-env

source .env

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

dev:start

cd test/dev-and-e2e && gatsby clean && gatsby develop

test:unit

yarn jest

build:watch

tsc --build --watch

nodemon:dev

nodemon --delay 1 -w dist -x "yarn run sync:e2e && yarn run dev:start"

nodemon:e2e

nodemon --delay 1 -w dist -x "yarn run test:e2e:ci"

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