Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Umali committed Oct 7, 2023
1 parent 3b19398 commit d9e80de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"./**/*.{ts,tsx,js,jsx,json,css,scss,md}": ["eslint --quiet --fix", "prettier --write"]
"./**/*.{ts,tsx,js,jsx,json}": ["eslint --quiet --fix", "prettier --write"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"build:server": "cd server && npm run build",
"dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"",
"build": "npm install && concurrently \"npm run build:client\" \"npm run build:server\"",
"start": "concurrently \"cd server && npm start\" \"cd client && npm run preview\"",
"lint:all": "cd server && npm run lint && cd ../client && npm run lint"
},
"husky": {
Expand Down

0 comments on commit d9e80de

Please sign in to comment.