Skip to content

Commit 45050e0

Browse files
committed
Feat:moved husky to global
1 parent d8b93e6 commit 45050e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cd frontend
2-
lint-staged
2+
lint-staged

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format:write": "prettier --write \"{app,lib,components}/**/*.{ts,tsx,mdx}\" --cache",
1414
"format:check": "prettier --check \"{app,lib,components}/**/*.{ts,tsx,mdx}\" --cache",
1515
"test": "tsx --test tests/**/*.test.ts",
16-
"prepare": "cd .. && husky frontend/.husky || true"
16+
"prepare": "cd .. && husky || true"
1717
},
1818
"dependencies": {
1919
"@ai-sdk/amazon-bedrock": "^3.0.17",
@@ -170,7 +170,7 @@
170170
"typescript": "5.8.3"
171171
},
172172
"lint-staged": {
173-
"*.{ts,tsx,mdx}": ["next lint --file","prettier --write"]
173+
"*.{ts,tsx,mdx}": ["next lint --file --","prettier --write"]
174174

175175
}
176176
}

0 commit comments

Comments
 (0)