File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed 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"
54
56
- name : E2E tests
55
57
run : |
56
58
pnpm verdaccio &
Original file line number Diff line number Diff line change 31
31
"build:es" : " tsc -p tsconfig.es.json" ,
32
32
"prebuild" : " rimraf dist/" ,
33
33
"build" : " pnpm run build:cjs && pnpm run build:es" ,
34
- "local-publish" : " pnpm publish --registry http://localhost:4873/ --no-git-checks "
34
+ "local-publish" : " pnpm publish --registry http://localhost:4873/"
35
35
},
36
36
"module" : " dist/es/index.js" ,
37
37
"main" : " dist/cjs/index.js" ,
Original file line number Diff line number Diff line change 30
30
"build:es" : " tsc -p tsconfig.es.json" ,
31
31
"prebuild" : " rimraf dist/" ,
32
32
"build" : " pnpm run build:cjs && pnpm run build:es" ,
33
- "local-publish" : " pnpm publish --registry http://localhost:4873/ --no-git-checks "
33
+ "local-publish" : " pnpm publish --registry http://localhost:4873/"
34
34
},
35
35
"module" : " dist/es/index.js" ,
36
36
"main" : " dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments