GitHub

Original file line numberDiff line numberDiff line change

@@ -17,8 +17,7 @@

1717

"typecheck": "tsc --noEmit --pretty",

1818

"changelog": "auto-changelog -p",

1919

"release": "release-it --non-interactive",

20-

"prepublishOnly": "npm run build",

21-

"prepare": "husky"

20+

"prepublishOnly": "npm run build"

2221

},

2322

"files": ["./dist"],

2423

"devDependencies": {

@@ -28,7 +27,6 @@

2827

"@vitest/coverage-v8": "^3.1.2",

2928

"astro": "^5.7.10",

3029

"auto-changelog": "^2.5.0",

31-

"husky": "^9.1.7",

3230

"release-it": "^19.0.1",

3331

"typescript": "^5.8.3",

3432

"vite": "^6.3.4",

@@ -85,8 +83,5 @@

8583

"type": "individual",

8684

"url": "https://kremalicious.com/thanks"

8785

}

88-

],

89-

"lint-staged": {

90-

"*": ["biome check --no-errors-on-unmatched --files-ignore-unknown=true"]

91-

}

86+

]

9287

}

Read the original on github.com ↗