aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
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"
}
}