File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 113
113
"pipe" : true
114
114
},
115
115
{
116
- "command" : " pnpm publish --access public --loglevel silly --tag next --provenance" ,
117
- "dryRunCommand" : " npm publish --dry-run --access public --provenance" ,
116
+ "command" : " pnpm publish --access public --loglevel silly --tag next --provenance --no-git-checks " ,
117
+ "dryRunCommand" : " npm publish --dry-run --access public --provenance --no-git-checks " ,
118
118
"pipe" : true
119
119
},
120
120
{
Original file line number Diff line number Diff line change 38
38
"scripts" : {
39
39
"build" : " rollup -c --configPlugin typescript" ,
40
40
"npm-pack" : " pnpm build && cd ./dist && npm pack" ,
41
- "npm-publish" : " pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next" ,
41
+ "npm-publish" : " pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks " ,
42
42
"ts:check" : " tsc --noEmit" ,
43
43
"eslint:check" : " eslint src/**.ts" ,
44
44
"eslint:fix" : " eslint src/**.ts --fix"
You can’t perform that action at this time.
0 commit comments