Skip to content

Commit 07a5f50

Browse files
committed
fix(ci): run pnpm publish with --no-git-checks
1 parent 3066771 commit 07a5f50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changes/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
"pipe": true
114114
},
115115
{
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",
118118
"pipe": true
119119
},
120120
{

tooling/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"build": "rollup -c --configPlugin typescript",
4040
"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",
4242
"ts:check": "tsc --noEmit",
4343
"eslint:check": "eslint src/**.ts",
4444
"eslint:fix": "eslint src/**.ts --fix"

0 commit comments

Comments
 (0)