Skip to content

Commit b1c249b

Browse files
committed
Revert "SCANNPM-125 Fix build output structure by reverting tsx to 4.20.6 (#379)"
This reverts commit 7a75b64.
1 parent 7a75b64 commit b1c249b

File tree

5 files changed

+733
-119
lines changed

5 files changed

+733
-119
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
cp LICENSE build
4141
cp README.md build
4242
43-
- name: Validate build output
44-
run: |
45-
if [ ! -d "build/bin" ] || [ ! -d "build/src" ]; then
46-
echo "ERROR: build/bin or build/src folder is missing!"
47-
echo "Build output contents:"
48-
ls -la build/
49-
exit 1
50-
fi
51-
echo "Build validation passed: bin and src folders present"
52-
5343
- name: Install JFrog CLI
5444
uses: SonarSource/jfrog-setup-wrapper@v3
5545

knip.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"workspaces": {
3+
".": {
4+
"entry": ["bin/sonar-scanner.js", "test/integration/scanner.test.js", "src/index.ts"],
5+
"project": "src/*.ts"
6+
},
7+
"tools/orchestrator": {
8+
"entry": ["scripts/*"],
9+
"ignore": ["dist/**/*"]
10+
}
11+
},
12+
"ignore": ["build/**/*", "**/fixtures/**/*", "scripts/ci-analysis.js"],
13+
"ignoreDependencies": ["@sonar/scan"]
14+
}

0 commit comments

Comments
 (0)