We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc81ca commit 2d87e88Copy full SHA for 2d87e88
package.json
@@ -2,7 +2,8 @@
2
"name": "next-on-netlify-demo",
3
"scripts": {
4
"dev": "next",
5
- "build": "next build"
+ "build": "next build",
6
+ "postbuild": "next-on-netlify"
7
},
8
"dependencies": {
9
"isomorphic-unfetch": "^3.0.0",
0 commit comments