Skip to content

Commit 7ac6001

Browse files
committed
Fix package.json scripts
1 parent b6d0ff9 commit 7ac6001

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "tsc --build && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
11-
"extract": "lingui extract",
11+
"po:extract": "lingui extract",
12+
"po:compile": "lingui compile --typescript",
1213
"test": "vitest",
1314
"coverage": "vitest run --coverage",
1415
"format": "prettier --write .",

0 commit comments

Comments
 (0)