Skip to content

Commit 78d12ff

Browse files
committed
fix(ci): pnpm publish to allow unclean tree
1 parent c648e2b commit 78d12ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/backend-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"postinstall": "pnpm run build || exit 0;",
3535
"typecheck": "tsc --noEmit",
3636
"typescript": "tsc",
37-
"publish:npm": "pnpm publish --access public",
37+
"publish:npm": "pnpm publish --access public --no-git-checks",
3838
"publish:yalc": "yalc publish"
3939
},
4040
"keywords": [

packages/backend-wrapper-tracy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint-ci": "eslint \"**/*.{js,ts,tsx}\" -f @jamesacarr/github-actions",
3636
"typescript": "tsc",
3737
"build": "nitro-codegen --logLevel=\"debug\" && pnpm run typescript",
38-
"publish:npm": "pnpm publish --access public",
38+
"publish:npm": "pnpm publish --access public --no-git-checks",
3939
"publish:yalc": "yalc publish"
4040
},
4141
"keywords": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "tsc",
3636
"build": "nitro-codegen --logLevel=\"debug\" && pnpm run typescript",
3737
"build:watch": "tsc --watch",
38-
"publish:npm": "pnpm publish --access public",
38+
"publish:npm": "pnpm publish --access public --no-git-checks",
3939
"publish:yalc": "yalc publish"
4040
},
4141
"keywords": [

packages/instrumentation-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "jest --config ../../jest.config.ts",
2626
"test:watch": "jest --watch --config ../../jest.config.ts",
2727
"test:update-snapshots": "jest --updateSnapshot --config ../../jest.config.ts",
28-
"publish:npm": "pnpm publish --access public",
28+
"publish:npm": "pnpm publish --access public --no-git-checks",
2929
"publish:yalc": "yalc publish"
3030
},
3131
"keywords": [

packages/interop-otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript": "tsc",
3737
"build": "nitro-codegen --logLevel=\"debug\" && pnpm run typescript",
3838
"build:watch": "tsc --watch",
39-
"publish:npm": "pnpm publish --access public",
39+
"publish:npm": "pnpm publish --access public --no-git-checks",
4040
"publish:yalc": "yalc publish"
4141
},
4242
"keywords": [

0 commit comments

Comments
 (0)