Skip to content

Commit 4de9478

Browse files
committed
patches core and cleans scripts
1 parent e775100 commit 4de9478

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ NODE_OPTIONS=--inspect-brk /path/to/lightning-flow-scanner-cli/bin/run flow:scan
186186

187187
2. **Attach Debugger**: Open your local Salesforce DX project in Visual Studio Code, set desired breakpoints, and attach the debugger to the remote session. For more detailed information, you can refer to the [wiki](https://github.com/salesforcecli/cli/wiki) of the Salesforce CLI repository.
188188

189-
Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).
189+
Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core?tab=contributing-ov-file).

package-lock.json

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

package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cosmiconfig": "^9.0.0",
1212
"fs-extra": "^11.3.0",
1313
"glob": "^11.0.3",
14-
"lightning-flow-scanner-core": "^5.9.0"
14+
"lightning-flow-scanner-core": "^5.9.7"
1515
},
1616
"devDependencies": {
1717
"@oclif/plugin-help": "6.2.32",
@@ -67,15 +67,9 @@
6767
},
6868
"repository": "https://github.com/Flow-Scanner/lightning-flow-scanner-cli.git",
6969
"scripts": {
70-
"start": "ts-node bin/run",
71-
"lint": "eslint",
72-
"postpack": "rm -f oclif.manifest.json",
73-
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
74-
"prettier": "prettier --write '**/*.{js,json,md,ts,yaml,yml}'",
75-
"test": "nyc --include src npm run test:unit",
76-
"pretest": "npm run prepack",
77-
"test:unit": "mocha -r ts-node/register test/**/*.test.ts",
78-
"version": "oclif readme && git add README.md",
70+
"build": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
71+
"prepack": "npm run build",
72+
"test": "mocha -r ts-node/register test/**/*.test.ts",
7973
"lfs:link": "npm link lightning-flow-scanner-core && npm pack && sf plugins link"
8074
},
8175
"type": "module",

0 commit comments

Comments
 (0)