Skip to content

Commit 3f87f30

Browse files
committed
Update build script
1 parent 888112d commit 3f87f30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "next-landing",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "contentlayer build & next build",
88
"start": "next start",
99
"lint": "next lint"
1010
},

0 commit comments

Comments
 (0)