diff --git a/package.json b/package.json index 2d540de..4be5b54 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "start": "node ./build/index.js", "dev-concur": "concurrently \"npm run start\" \"npm run start\"", "test": "echo \"Error: no test specified\" && exit 1", + "build": "ncc build ./src/index.ts -o build --license licenses.txt ", "build:index": "ncc build ./src/index.ts -o build --license licenses.txt ", "build:cleanup": "ncc build ./src/cleanup.ts -o build/cleanup" }, @@ -25,7 +26,7 @@ "@actions/core": "^1.10.0", "@actions/glob": "^0.3.0", "@actions/tool-cache": "^2.0.1", - "@digicert/ssm-client-tools-installer": "^1.3.5", + "@digicert/ssm-client-tools-installer": "^1.4.0", "azure-pipelines-task-lib": "^5.2.0" }, "devDependencies": {