File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5353 restore-keys : |
5454 ${{ runner.os }}-pnpm-store-
55- - run : pnpm install --no-frozen-lockfile
55+ - run : pnpm install
5656 # - run: npx nx-cloud start-ci-run
5757 # - run: pnpm run prettify:ci:readme
5858 - run : npx lerna run build:ci # --concurrency 3
9494 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
9595 restore-keys : |
9696 ${{ runner.os }}-pnpm-store-
97- - run : pnpm install --no-frozen-lockfile
97+ - run : pnpm install
9898 # - run: npx nx-cloud start-ci-run
9999 # - run: pnpm run prettify:ci:readme
100100 - run : npx lerna run build:ci # --concurrency 3
@@ -137,6 +137,6 @@ jobs:
137137# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
138138# restore-keys: |
139139# ${{ runner.os }}-pnpm-store-
140- # - run: pnpm install --no-frozen-lockfile
140+ # - run: pnpm install
141141# - name: Start Nx Agent ${{ matrix.agent }}
142142# run: npx nx-cloud start-agent
You can’t perform that action at this time.
0 commit comments