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 14b6450 commit bcf343aCopy full SHA for bcf343a
examples/full/package.json
@@ -12,7 +12,7 @@
12
"analyze": "cross-env ANALYZE=true next build",
13
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
14
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
15
- "deploy": "vercel deploy"
+ "vercel-deploy": "vercel deploy"
16
},
17
"dependencies": {
18
"@notionhq/client": "^1.0.4",
examples/minimal/package.json
@@ -9,7 +9,7 @@
9
"dev": "next dev",
10
"lint": "next lint",
11
"start": "next start",
"next": "^12.1.0",
0 commit comments