Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mizphses committed Jun 26, 2024
1 parent 71ca136 commit cd5ce0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"stylelint": "stylelint 'src/**/*.{css,scss}'",
"stylelint:fix": "stylelint --fix 'src/**/*.{css,scss}'",
"typed-scss-modules": "typed-scss-modules src/styles --output src/styles",
"fix": "run-p lint:fix stylelint:fix format"
"fix": "run-p lint:fix stylelint:fix format",
"postinstall": "pnpm gen"
},
"dependencies": {
"next": "14.2.4",
Expand Down

0 comments on commit cd5ce0d

Please sign in to comment.