Skip to content

Commit 64207b3

Browse files
committed
updated workflow
1 parent 4c53112 commit 64207b3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ jobs:
2222
node-version: '22.x'
2323
cache: 'pnpm' # optional but recommended
2424

25-
- name: Install dependencies for all plugins
26-
run: |
27-
NODE_ENV=PREPACK_MODE npm run bootstrap
25+
- name: Install Dependencies
26+
run: pnpm install --frozen-lockfile
2827

2928
- name: Build all plugins
3029
run: |
31-
NODE_ENV=PREPACK_MODE npm run build
30+
NODE_ENV=PREPACK_MODE pnpm -r --sort run build
3231
3332
- name: Run tests for Contentstack Import Plugin
3433
working-directory: ./packages/contentstack-import

0 commit comments

Comments
 (0)