[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

chore: add precommit hook for lunaria build

+5
+5
package.json
··· 121 121 "pre-commit": "npx lint-staged" 122 122 }, 123 123 "lint-staged": { 124 + "i18n/locales/*": [ 125 + "pnpm build:lunaria", 126 + "vite fmt lunaria/files/", 127 + "git add lunaria/files/" 128 + ], 124 129 "*.{js,ts,mjs,cjs,vue}": [ 125 130 "vite lint --fix" 126 131 ],