Skip to content

Commit

Permalink
Fix lint script
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Sep 13, 2024
1 parent 94d3e6a commit 5cc642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fix": "npm run fix:biome & npm run fix:scss",
"fix:biome": "npm run lint:biome -- --fix",
"fix:scss": "npm run lint:scss -- --fix",
"lint": "npm run lint:biome & npm run lint:scss",
"lint": "npm run lint:biome && npm run lint:scss",
"lint:biome": "biome check",
"lint:scss": "stylelint _sass",
"sass": "sass --style=compressed _sass/style.scss assets/css/style.css",
Expand Down

0 comments on commit 5cc642e

Please sign in to comment.