@netlify/plugin-nextjs

v5.8.0
Run Next.js seamlessly on Netlify
nextjs netlify next netlify-runtime

prepack

clean-package

postpack

clean-package restore

pretest

npm run pretest:integration

pretest:integration

npm run build && node tests/prepare.mjs

build

node ./tools/build.js

build:watch

node ./tools/build.js --watch

lint

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

format:fix

prettier --write .

format:check

prettier --check .

test

vitest

test:unit

vitest run --project unit

test:integration

vitest run --project integration

test:smoke

vitest run --project smoke

test:e2e

playwright test

test:ci:unit-and-integration

vitest run --reporter=default --retry=3 --project=unit --project=integration

test:ci:smoke

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

test:ci:e2e

playwright test

typecheck

tsc --noEmit
npm i @netlify/plugin-nextjs

Metadata

  • MIT
  • >=18.0.0
  • Unknown
  • released 10/16/2024

Downloads