Skip to content

Commit

Permalink
Do not update SBOM un publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 6, 2023
1 parent 0f41b58 commit 7845e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7845e99

Please sign in to comment.