We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af037f6 commit 789a8f1Copy full SHA for 789a8f1
package.json
@@ -14,7 +14,7 @@
14
"format:check-fix:prettier": "run-e format:check:prettier format:fix:prettier",
15
"format:check:prettier": "cross-env-shell prettier --check $npm_package_config_prettier",
16
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
17
- "build": "npm run -w @netlify/plugin-nextjs build",
+ "build": "npm run build -w packages/next -w packages/runtime",
18
"postinstall": "run-s build install-husky",
19
"install-husky": "if-env CI=1 || husky install node_modules/@netlify/eslint-config-node/.husky",
20
"test": "run-s build:demo test:jest",
0 commit comments