Skip to content

Commit c5db122

Browse files
committed
feat: add pnpm build:packages
1 parent 59fb6e2 commit c5db122

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ runs:
2323
- name: Install dependencies
2424
shell: bash
2525
run: pnpm install --frozen-lockfile
26+
- name: Build packages
27+
shell: bash
28+
run: pnpm build:packages

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"format": "biome format --write .",
8+
"build:packages": "pnpm --filter @next-i18n/translate build",
89
"lint": "biome lint .",
910
"lint:fix": "biome lint --write .",
1011
"dev": "pnpm --filter @next-i18n/translate --filter @next-i18n/docs --parallel dev",

0 commit comments

Comments
 (0)