Skip to content

Commit 6385277

Browse files
committed
Add compile script for lingui
1 parent f9f8e44 commit 6385277

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
@@ -7,7 +7,8 @@
77
"dev": "next dev",
88
"build": "next build",
99
"start": "next start",
10-
"lint": "next lint"
10+
"lint": "next lint",
11+
"compile": "lingui compile"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)