From c38be0cae3ed2510155aa27850d59cec13c129e7 Mon Sep 17 00:00:00 2001
From: fed <charles-francis.damedey@savoirfairelinux.com>
Date: Tue, 30 May 2023 10:57:18 -0400
Subject: [PATCH] misc: typo fix package.json

Change-Id: If988188fc89495309a911eaf24c9eeddccd01480
---
 api/package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/api/package.json b/api/package.json
index 9e2cfac..4d31773 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,10 +1,11 @@
 {
-  "name": "napi",
+  "name": "api",
   "version": "1.0.0",
   "description": "",
   "main": "index.ts",
   "scripts": {
     "start": "ts-node index.ts",
+    "build": "tsc",
     "lint": "eslint . --ext .ts",
     "fix": "eslint . --ext .ts --fix"
   },
-- 
GitLab