Skip to content

Commit

Permalink
feat: modified config
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Nov 6, 2023
1 parent e3c15d2 commit 2fea0cd
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -13,7 +13,7 @@
"lint:prettier:fix": "prettier --write \"{src,tests}/**/*.{ts,tsx}\" *.js",
"lint:unused-exports": "ts-unused-exports tsconfig.json --ignoreFiles=tests",
"typecheck": "tsc --noEmit",
"test:unit": "vitest run",
"test:unit": "vitest unit",
"test:integration": "npx playwright test",
"preview": "vite preview"
},
Expand Down
File renamed without changes.

0 comments on commit 2fea0cd

Please sign in to comment.