Skip to content

Commit 040506f

Browse files
committed
chore(core): improved release flow
1 parent 7bbf5c9 commit 040506f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flow-scanner/lightning-flow-scanner-core",
33
"description": "A lightweight engine for Flow metadata in Node.js, and browser environments. Assess and enhance Salesforce Flow automations for best practices, security, governor limits, and performance issues.",
4-
"version": "6.6.4",
4+
"version": "6.6.5",
55
"main": "out/index.js",
66
"exports": {
77
".": {
@@ -22,7 +22,7 @@
2222
"prepare:publish": "node ../../scripts/prepare-publish.js",
2323
"copy:root-files:dist": "node -e \"['../../LICENSE.md'].forEach(f => { const n = f.split('/').pop(); if (require('fs').existsSync(f)) require('fs').copyFileSync(f, 'dist/'+n) })\"",
2424
"____main____": "__DEVELOPER COMMANDS__",
25-
"build": "npm run clean && npm run build:js && npm run build:types && npm run copy:media",
25+
"build": "npm run clean && npm run build:js && npm run build:types && npm run copy:media && npm run prepare:publish",
2626
"test": "npm run test:umd",
2727
"test:node": "jest",
2828
"test:umd": "npm run build:js && vite build && npm run copy:root-files:dist && cross-env UMD_PATH=dist/lightning-flow-scanner-core.umd.js jest",
@@ -34,7 +34,7 @@
3434
"version:patch": "npm version patch",
3535
"version:minor": "npm version minor",
3636
"version:major": "npm version major",
37-
"publish:npm": "npm run build && npm run prepare:publish && cd out && npm publish",
37+
"publish:npm": "npm run build && cd out && npm publish",
3838
"publish:tag": "node ../../scripts/publish-tag.js ."
3939
},
4040
"license": "MIT",

0 commit comments

Comments
 (0)