Browse Source

Run package commands directly (#3013)

sp.wack 1 year ago
parent
commit
8bfa61f3e4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/.husky/pre-commit

+ 2 - 2
frontend/.husky/pre-commit

@@ -1,4 +1,4 @@
 #!/bin/sh
 cd frontend
-npx lint-staged
-npm run test
+lint-staged
+vitest run