diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..cb2c84d --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1 @@ +pnpm lint-staged diff --git a/package.json b/package.json index f4c6dc8..725544d 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", "build": "astro build", + "dev": "astro dev", "preview": "astro preview", "astro": "astro", "prepare": "husky", @@ -27,5 +27,6 @@ "prettier": "^3.7.4", "prettier-plugin-astro": "^0.14.1", "typescript": "^5.9.3" - } + }, + "packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a" } diff --git a/src/pages/index.astro b/src/pages/index.astro index 1dfbc80..ba9bc6c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,6 +2,7 @@ const title = "philip ruth"; const description = "Philip Matthew Ruth"; --- +