Skip to content

Commit

Permalink
fix: add missing lint in client
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Jan 10, 2024
1 parent d832fa7 commit 0a5ee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format:check": "prettier --ignore-path=.prettierignore --check .",
"sass-lint": "stylelint ./src/**/*.scss",
"build-internal": "tsc && vite build",
"build": "run-s lint sass-lint build-internal",
"build": "run-s lint:check sass-lint build-internal",
"test": "vitest"
},
"dependencies": {
Expand Down

0 comments on commit 0a5ee3a

Please sign in to comment.