From 524352f93f1dcc94f5780a3e0a96c78fae145435 Mon Sep 17 00:00:00 2001 From: Glowstudent <55334764+Glowstudent777@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:24:39 -0500 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 908c8fd..014a02e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "build": "npm run babel && npm run tsc && npm run pack", "babel": "babel src -d dist --copy-files", "tsc": "npx tsc", - "pack": "npm pack" + "pack": "npm pack", + "ci": "npm ci" }, "repository": { "type": "git", @@ -41,4 +42,4 @@ "url": "https://github.com/Glowstudent777/YouVersion-API-NPM/issues" }, "homepage": "https://github.com/Glowstudent777/YouVersion-API-NPM#readme" -} \ No newline at end of file +}