We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c53112 commit 64207b3Copy full SHA for 64207b3
1 file changed
.github/workflows/unit-test.yml
@@ -22,13 +22,12 @@ jobs:
22
node-version: '22.x'
23
cache: 'pnpm' # optional but recommended
24
25
- - name: Install dependencies for all plugins
26
- run: |
27
- NODE_ENV=PREPACK_MODE npm run bootstrap
+ - name: Install Dependencies
+ run: pnpm install --frozen-lockfile
28
29
- name: Build all plugins
30
run: |
31
- NODE_ENV=PREPACK_MODE npm run build
+ NODE_ENV=PREPACK_MODE pnpm -r --sort run build
32
33
- name: Run tests for Contentstack Import Plugin
34
working-directory: ./packages/contentstack-import
0 commit comments