Skip to content

Commit e16806e

Browse files
committed
feat: add postinstall
1 parent a98e767 commit e16806e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"postinstall": "pnpm run build:packages",
78
"format": "biome format --write .",
89
"build:packages": "pnpm --filter @next-i18n/const --filter @next-i18n/utils --filter @next-i18n/translate --filter @next-i18n/crawler build",
910
"test": "pnpm -r test",

0 commit comments

Comments
 (0)