@netlify/plugin-nextjs

v3.6.3
Run Next.js seamlessly on Netlify
nextjs netlify next netlify-plugin

test

run-s test:plugin test:src

build

next build test/sample

format

run-s format:check-fix:*

dev:demo

next dev demo

test:src

jest --config src/tests/jest.config.js

format:ci

run-s format:check:*

build:demo

next build demo

test:plugin

npm run build && jest

cypress:local

env CYPRESS_DEPLOY=local cypress run --project ./src --config-file false --config video=false

prepublishOnly

run-s prepublishOnly:*

cypress:netlify

env CYPRESS_DEPLOY=netlify cypress run --project ./src --config-file false --config video=false

format:fix:lint

cross-env-shell eslint --fix $npm_package_config_eslint

format:check:lint

cross-env-shell eslint $npm_package_config_eslint

format:fix:prettier

cross-env-shell prettier --write $npm_package_config_prettier

prepublishOnly:pull

git pull

prepublishOnly:test

npm test

format:check-fix:lint

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

format:check:prettier

cross-env-shell prettier --check $npm_package_config_prettier

cypress:local:testonly

env CYPRESS_SKIP_DEPLOY=true npm run cypress:local

prepublishOnly:install

npm ci

prepublishOnly:checkout

git checkout main

cypress:netlify:testonly

env CYPRESS_SKIP_DEPLOY=true npm run cypress:netlify

format:check-fix:prettier

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

Metadata

  • MIT
  • >=10.13.0
  • lindsaylevine
  • released 7/8/2021

Downloads