Skip to content

Commit 57c5f26

Browse files
committed
chore(*): Revert unwanted script change.
1 parent 6291936 commit 57c5f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"clean:styles": "rimraf --glob \"src/**/*.css.ts\"",
3535
"clean:docs": "rimraf ./docs",
3636
"lint": "npm run lint:biome && npm run lint:lit-analyzer && npm run lint:prettier && npm run lint:styles",
37-
"lint:biome": "biome check --fix",
37+
"lint:biome": "biome lint",
3838
"lint:lit-analyzer": "lit-analyzer",
3939
"lint:prettier": "prettier \"**/*.ts\" --check --experimental-cli --ignore-path .gitignore",
4040
"lint:styles": "stylelint \"src/**/*.scss\"",

0 commit comments

Comments
 (0)