Skip to content

Commit

Permalink
fix(typo): Correct typo in build script of nextjs-swc example (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneNaman authored Mar 12, 2024
1 parent a7ead64 commit 7473bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"debug": "NODE_OPTIONS='--inspect' next dev",
"build": "yarn lang:extract && next build",
"build": "yarn lingui:extract && next build",
"start": "next start",
"lingui:extract": "lingui extract --clean",
"test": "yarn build"
Expand Down

0 comments on commit 7473bc4

Please sign in to comment.