File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
cache : ' pnpm'
43
43
registry-url : ' https://registry.npmjs.org'
44
44
- name : Install dependencies
45
- run : pnpm install
45
+ run : pnpm install --no-frozen-lockfile
46
46
- name : Check storybook
47
47
run : pnpm build:storybook
48
48
editorconfig :
Original file line number Diff line number Diff line change 21
21
cache : ' pnpm'
22
22
registry-url : ' https://registry.npmjs.org'
23
23
- name : Install dependencies
24
- run : pnpm install
24
+ run : pnpm install --no-frozen-lockfile
25
25
- name : Run tests
26
26
run : pnpm test
Original file line number Diff line number Diff line change 20
20
cache : ' pnpm'
21
21
registry-url : ' https://registry.npmjs.org'
22
22
- name : Install dependencies
23
- run : pnpm install
23
+ run : pnpm install --no-frozen-lockfile
24
24
- name : Publish
25
25
run : pnpm test && pnpm build && pnpm publish --no-git-checks
26
26
env :
You can’t perform that action at this time.
0 commit comments