From ed7b517697e0165c7959a3fc5efc212938851d6c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 20 Oct 2022 13:38:46 -0400 Subject: Updated packages; Guidelines update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 24b9883..bcef749 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "GPL-3.0", "scripts": { "dev": "next dev", - "build": "next build && next export", + "build": "next build", "start": "next build && next start", "lint": "next lint" }, @@ -27,6 +27,6 @@ "eslint": "8.25.0", "eslint-config-next": "12.3.1", "postcss": "^8.4.18", - "tailwindcss": "^3.1.2" + "tailwindcss": "^3.2.0" } } -- cgit v1.2.3