File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
- name : Delete pnpm-lock.yaml
25
25
run : " rm pnpm-lock.yaml"
26
26
- name : Install
27
- run : pnpm install
27
+ run : pnpm install --no-frozen-lockfile
28
28
- name : List dependencies
29
29
run : pnpm list
30
30
- name : Run tests
Original file line number Diff line number Diff line change 26
26
- name : Install
27
27
run : pnpm install --frozen-lockfile --prefer-offline
28
28
- name : Install Docs
29
- run : cd docs && pnpm install
29
+ run : cd docs && pnpm install --frozen-lockfile --prefer-offline
30
30
- name : lint
31
31
run : cd docs && pnpm lint
32
32
- name : Build
Original file line number Diff line number Diff line change 38
38
run : node scripts/check-dependencies.js
39
39
- name : Install website
40
40
working-directory : docs/
41
- run : pnpm install
41
+ run : pnpm install --frozen-lockfile --prefer-offline
42
42
- name : Lint website
43
43
working-directory : docs/
44
44
run : pnpm lint
Original file line number Diff line number Diff line change 28
28
cache : " pnpm"
29
29
30
30
- name : Install Dependencies
31
- run : pnpm install
31
+ run : pnpm install --frozen-lockfile --prefer-offline
32
32
33
33
- name : Create Release Pull Request
34
34
uses : changesets/action@v1
Original file line number Diff line number Diff line change 30
30
node-version : 16
31
31
cache : " pnpm"
32
32
- name : Install
33
- run : pnpm install
33
+ run : pnpm install --frozen-lockfile --prefer-offline
34
34
- name : Add slow import
35
35
run : echo 'import "lodash";' >> src/internal/constants.ts
36
36
- name : Build
You can’t perform that action at this time.
0 commit comments