From 7845e9918a8da467078c20aff7977a3d3f351ede Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 6 Nov 2023 09:00:32 +0200 Subject: [PATCH] Do not update SBOM un publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e881eb8..251246bc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "raw": "NODE_OPTIONS=--no-experimental-fetch EENGINE_LOG_RAW=true node server --dbs.redis='redis://127.0.0.1:6379/9' | eerawlog", "test": "grunt && node --test test/", "swagger": "./getswagger.sh", - "build-source": "rm -rf node_modules && npm install && ./copy-static-files.sh && rm -rf node_modules && npm install --omit=dev && ./update-info.sh", + "build-source": "rm -rf node_modules && npm install && rm -rf node_modules && npm install --omit=dev && ./update-info.sh", "build-dist": "npx pkg --compress Brotli package.json && npm install && node winconf.js", "build-dist-fast": "npx pkg --debug package.json && npm install && node winconf.js", "licenses": "license-checker --excludePackages emailengine-app --json | node license-table.js > static/licenses.html",