From f9bce996d6be9426cfecea55eb16d16344aec991 Mon Sep 17 00:00:00 2001 From: TobyG74 Date: Mon, 3 Apr 2023 23:55:53 +0700 Subject: [PATCH] little addition --- .npmignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 6ae12fd..9a2dd12 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,5 @@ package-lock.json .gitignore tsconfig.json .eslintrc -.prettierrc \ No newline at end of file +.prettierrc +src \ No newline at end of file diff --git a/package.json b/package.json index 6f3ee1d..d430aac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc" + "build": "tsc --build" }, "repository": { "type": "git",