[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-full-static. Full static implementation for Nuxt 3
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update postinstall

+1 -1
+1 -1
package.json
··· 44 44 "release": "release-it", 45 45 "test": "echo 1 || vitest run", 46 46 "test:types": "tsc --noEmit", 47 - "_postinstall": "husky install", 47 + "postinstall": "husky install", 48 48 "postpublish": "pinst --enable" 49 49 }, 50 50 "dependencies": {