Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjon committed Oct 26, 2023
1 parent 124176f commit 495bc43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"./**/*.{ts,html,json}": "npm run format"
"./**/*.{ts,html,json}": "npm run format:scripts"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"scripts": {
"dev": "vite --host",
"build": "rimraf dist && tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test": "npx playwright test",
"lint:scripts": "eslint . --ext .ts",
"format": "prettier . --write",
"format:scripts": "prettier . --write",
"prepare": "husky install && husky set .husky/pre-commit 'npx lint-staged' && git add .husky/pre-commit",
"uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky"
},
Expand Down

0 comments on commit 495bc43

Please sign in to comment.