From 5d545d3dcdd287c17696667e687418971a01d576 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 30 Jun 2024 09:08:12 +1200 Subject: [PATCH] Remove defunct npm run serve. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 653cbed..85271f2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "build": "next build", "export": "next export", "deploy": "gh-pages -d out -t true", - "serve": "next start", "analyze": "cross-env ANALYZE=true next build", "lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts", "prepare": "husky install",