We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fb6e2 commit c5db122Copy full SHA for c5db122
.github/actions/setup/action.yml
@@ -23,3 +23,6 @@ runs:
23
- name: Install dependencies
24
shell: bash
25
run: pnpm install --frozen-lockfile
26
+ - name: Build packages
27
+ shell: bash
28
+ run: pnpm build:packages
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"format": "biome format --write .",
8
+ "build:packages": "pnpm --filter @next-i18n/translate build",
9
"lint": "biome lint .",
10
"lint:fix": "biome lint --write .",
11
"dev": "pnpm --filter @next-i18n/translate --filter @next-i18n/docs --parallel dev",
0 commit comments