diff --git a/cli/maven-dependency-submission-linux-x64 b/cli/maven-dependency-submission-linux-x64 index 82d7288..2c43609 100755 Binary files a/cli/maven-dependency-submission-linux-x64 and b/cli/maven-dependency-submission-linux-x64 differ diff --git a/dist/index.js b/dist/index.js index 121e771..6dc0895 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15698,7 +15698,7 @@ module.exports = require("zlib"); /***/ ((module) => { "use strict"; -module.exports = {"i8":"1.0.1"}; +module.exports = {"i8":"1.1.0"}; /***/ }) diff --git a/package.json b/package.json index 6cc0425..af8b725 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "npm ci && tsc && npm exec -- @vercel/ncc build --source-map lib/index.js", - "pre-build-exe": "npm run build && npm exec -- @vercel/ncc build lib/executable/cli.js -o runtime", + "pre-build-exe": "npm ci && tsc && npm exec -- @vercel/ncc build lib/executable/cli.js -o runtime", "build-exe-linux-x64": "npm run pre-build-exe && nexe -i runtime/index.js -t linux-x64-14.15.3 -o cli/maven-dependency-submission-linux-x64", "test": "jest" }, @@ -37,4 +37,4 @@ "ts-node": "^10.8.2", "typescript": "^4.7.4" } -} +} \ No newline at end of file