From 6697a293ae5d678cceaec2e3f4488196af936634 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sun, 28 May 2023 18:15:56 -0600 Subject: Nix flake config --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4a8d60e..9089ced 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "next build" }, "author": "", "license": "ISC", -- cgit 1.4.1