We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb5700 commit 2b88e64Copy full SHA for 2b88e64
build-scripts/setup.ps1
build-scripts/setup.sh
package.json
@@ -10,7 +10,6 @@
10
"scripts": {
11
"build": "npm run validate && tsc",
12
"build:binary": "bun build src/index.ts --compile --outfile dist/sonarqube-cli",
13
- "setup": "bash build-scripts/setup.sh",
14
"dev": "bun run src/index.ts",
15
"test": "bun test ./tests/unit/",
16
"test:integration": "bun test ./tests/integration/",
0 commit comments