[KocalBiomeJsBundle] Add recipe for 2.0 (#1822)

This commit is contained in:
Hugo Alliaume
2025-06-19 20:45:41 +02:00
committed by GitHub
parent a72b1532e4
commit 644c56702f
3 changed files with 33 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"files": {
"includes": [
"**",
"!assets/vendor/*",
"!assets/controllers.json",
"!public/assets/*",
"!public/bundles/*",
"!var/*",
"!vendor/*",
"!composer.json",
"!package.json"
]
}
}
@@ -0,0 +1,6 @@
when@dev:
kocal_biome_js:
# The Biome.js CLI version to use, that you can find at https://github.com/biomejs/biome/tags:
# - for >=2.0.0 versions, the git tag follows the pattern "@biomejs/biome@<binary_version>"
# - for <2.0.0 versions, the git tag follows the pattern "cli/v<binary_version>"
binary_version: '2.0.0'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Kocal\\BiomeJsBundle\\KocalBiomeJsBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"biome.json": "biome.json"
},
"gitignore": [
"/%BIN_DIR%/biome"
]
}