@netlify/plugin-nextjs

v5.7.0-canary.0
Run Next.js seamlessly on Netlify
nextjs netlify next netlify-runtime

lint

eslint --cache --format=codeframe --max-warnings=0 --ext .ts,.cts,.js src

test

vitest

build

node ./tools/build.js

prepack

clean-package

pretest

npm run pretest:integration

postpack

clean-package restore

test:e2e

playwright test

test:unit

vitest run --project unit

typecheck

tsc --noEmit

format:fix

prettier --write .

test:smoke

vitest run --project smoke

build:watch

node ./tools/build.js --watch

test:ci:e2e

playwright test

format:check

prettier --check .

test:ci:smoke

vitest run --reporter=default --retry=3 --project=smoke

test:integration

vitest run --project integration

pretest:integration

npm run build && node tests/prepare.mjs

test:ci:unit-and-integration

vitest run --reporter=default --retry=3 --project=unit --project=integration
npm i @netlify/[email protected]

Metadata

  • MIT
  • >=18.0.0
  • Unknown
  • released 8/27/2024

Downloads