Skip to content

Commit 12a298a

Browse files
Kocalchadyred
andcommitted
[Meta] Drop format, lint, check-format and check-lint commands, replace them with check and ci commands
Co-authored-by: Florian Cellier <florian.cellier@sensiolabs.com>
1 parent a800a2e commit 12a298a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
"build": "node ../../../bin/build_package.js .",
1010
"watch": "node ../../../bin/build_package.js . --watch",
1111
"test": "../../../bin/test_package.sh .",
12-
"lint": "biome lint --write",
13-
"format": "biome format --write",
14-
"check-lint": "biome lint",
15-
"check-format": "biome format"
12+
"check": "biome check",
13+
"ci": "biome ci"
1614
},
1715
"symfony": {
1816
"controllers": {

0 commit comments

Comments
 (0)