File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 67
67
- name : E2E tests
68
68
run : |
69
69
pnpm verdaccio &
70
+ pnpm config set '//localhost:4873/:_authToken' "fake"
70
71
pnpm local-publish
71
72
pnpm test-e2e
72
73
Original file line number Diff line number Diff line change 51
51
- name : Bump version
52
52
run : pnpm release --skip.commit --skip.tag
53
53
54
- - name : Set local publishing config
55
- run : pnpm config set '//localhost:4873/:_authToken' "fake"
56
54
- name : E2E tests
57
55
run : |
58
56
pnpm verdaccio &
57
+ pnpm config set '//localhost:4873/:_authToken' "fake"
59
58
pnpm local-publish
60
59
pnpm test-e2e
Original file line number Diff line number Diff line change 74
74
- name : E2E tests
75
75
run : |
76
76
pnpm verdaccio &
77
+ pnpm config set '//localhost:4873/:_authToken' "fake"
77
78
pnpm local-publish
78
79
pnpm test-e2e
79
80
You can’t perform that action at this time.
0 commit comments