diff options
author | Ashelyn Rose <rose@tempest.dev> | 2023-05-28 18:15:56 -0600 |
---|---|---|
committer | Ashelyn Rose <rose@tempest.dev> | 2023-05-28 18:15:56 -0600 |
commit | 6697a293ae5d678cceaec2e3f4488196af936634 (patch) | |
tree | 48e95a9c03694f75018539e4a5275273dbec0d6e /package.json | |
parent | ab3c61f5cc765dab6b8d51cd0e0e34c51544c355 (diff) |
Nix flake config
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |