Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick authored and renovate[bot] committed Oct 18, 2023
1 parent 4b26f55 commit e8d628f
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 @@ -34,7 +34,7 @@
"start": "vite",
"prebuild": "tsc",
"build": "vite build",
"test": "glob -c \"node --loader tsx --no-warnings --test\" \"./src/**/*.test.ts\"",
"test": "glob -c \"node --import tsx --no-warnings --test\" \"./src/**/*.test.ts\"",
"format:check": "dprint check",
"format:fix": "dprint fmt",
"eslint": "eslint .",
Expand Down

0 comments on commit e8d628f

Please sign in to comment.