mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-20 12:05:44 +00:00
SQSCANGHA-115 Migrate sanity checks
This commit is contained in:
parent
9db61695c9
commit
6a808e9a20
12 changed files with 27704 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"build": "rollup --config rollup.config.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "node --test"
|
||||
},
|
||||
"license": "LGPL-3.0-only",
|
||||
"dependencies": {
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "28.0.6",
|
||||
"@rollup/plugin-node-resolve": "16.0.1",
|
||||
"mock-fs": "^5.5.0",
|
||||
"rollup": "4.50.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue