File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
cache : ' pnpm'
23
23
registry-url : ' https://registry.npmjs.org'
24
24
- name : Install dependencies
25
- run : pnpm install --no-frozen-lockfile
25
+ run : pnpm install
26
26
- name : Check size
27
27
run : pnpm build && pnpm test:size
28
28
storybook :
31
31
steps :
32
32
- name : Checkout the repository
33
33
uses : actions/checkout@v4
34
- - name : Install pnpm --no-frozen-lockfile
34
+ - name : Install pnpm
35
35
uses : pnpm/action-setup@v2
36
36
with :
37
37
version : 8
42
42
cache : ' pnpm'
43
43
registry-url : ' https://registry.npmjs.org'
44
44
- name : Install dependencies
45
- run : pnpm install --no-frozen-lockfile
45
+ run : pnpm install
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 --no-frozen-lockfile
24
+ run : pnpm install
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 --no-frozen-lockfile
23
+ run : pnpm install
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