mirror of
https://github.com/djkotowski/personal-website.git
synced 2026-09-12 05:20:40 -05:00
Ignore Claude local files and enforce pnpm (#226)
* Ignore Claude local files * Prohibit use of non-pnpm package managers * Ensure EOF newline
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
worktrees/
|
||||||
|
*.local.*
|
||||||
|
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
"preinstall": "npx only-allow pnpm",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||||
"prepare": "husky"
|
"prepare": "husky"
|
||||||
|
|||||||
Reference in New Issue
Block a user