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 +}