@netlify/plugin-nextjs

v4.2.6
Run Next.js seamlessly on Netlify
nextjs netlify next netlify-plugin

test

run-s build build:demo test:jest

build

tsc

clean

rimraf lib

watch

tsc --watch

format

run-s format:check-fix:*

cy:open

cypress open --config-file cypress/config/all.json

prepare

husky install node_modules/@netlify/eslint-config-node/.husky/ && npm run build

dev:demo

next dev demos/default

format:ci

run-s format:check:*

test:jest

jest

build:demo

next build demos/default

test:update

run-s build build:demo test:jest:update

publish:pull

git pull

publish:test

npm test

prepublishOnly

run-s publish:pull publish:install clean build test

format:fix:lint

cross-env-shell eslint --fix $npm_package_config_eslint

publish:install

npm ci

test:jest:update

jest --updateSnapshot

format:check:lint

cross-env-shell eslint $npm_package_config_eslint

format:fix:prettier

cross-env-shell prettier --write $npm_package_config_prettier

format:check-fix:lint

run-e format:check:lint format:fix:lint

format:check:prettier

cross-env-shell prettier --check $npm_package_config_prettier

format:check-fix:prettier

run-e format:check:prettier format:fix:prettier
npm i @netlify/[email protected]

Metadata

  • MIT
  • >=12.0.0
  • lindsaylevine
  • released 2/14/2022

Downloads