Skip to content

Commit

Permalink
[misc] disable tests for cli since it's still work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 22, 2024
1 parent 47f6668 commit e762b1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/ryanair-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,17 @@
"fix:ext": "tsfix",
"fix:format": "biome format --write ./source",
"prepublishOnly": "run-s build",
"test": "vitest run",
"test": "exit 0",
"test:integration": "vitest run integration --coverage",
"test:unit": "vitest run unit --coverage",
"preversion": "run-s check test build"
},
"oclif": {
"bin": "ryanair",
"commands": "./build/commands",
"dirname": "ryanair",
"topicSeparator": " "
},
"dependencies": {
"@2bad/ryanair": "^7.0.0",
"@oclif/core": "4.2.0",
Expand All @@ -59,11 +65,5 @@
},
"devDependencies": {
"@types/prompts": "2.4.9"
},
"oclif": {
"bin": "ryanair",
"dirname": "ryanair",
"commands": "./build/commands",
"topicSeparator": " "
}
}

0 comments on commit e762b1d

Please sign in to comment.