Skip to content

Commit fbb1c0a

Browse files
PLCostercharlesgutwirthjo-cellalabaird
committed
Updated package.json for static site generation deployment on netlify
Co-authored-by: Charles Gutwirth <[email protected]> Co-authored-by: Jordan Hisel <[email protected]> Co-authored-by: Lindsay Baird <[email protected]>
1 parent 5da4590 commit fbb1c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "next build && next export",
88
"start": "next start",
99
"lint": "next lint"
1010
},

0 commit comments

Comments
 (0)