Skip to content

Commit f36bf5e

Browse files
committed
feat: update apps/docs/package.json translate command
1 parent cc6764d commit f36bf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "next dev --turbo",
99
"start": "next start",
1010
"postinstall": "fumadocs-mdx",
11-
"translate": "npx @next-i18n/translate",
11+
"translate": "node ../../packages/translate/dist/index.js",
1212
"check-types": "tsc --noEmit"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)