Skip to content

Commit e28bdac

Browse files
committed
chore(release): opt-in --no-git-checks option
1 parent e4e5aa0 commit e28bdac

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"scripts": {
2424
"build": "tsx ./scripts/build.ts",
25-
"release": "pnpm publish . --tag latest --access public"
25+
"release": "pnpm publish . --tag latest --access public --no-git-checks"
2626
}
2727
}

packages/react-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prebuild": "run-p clear generate",
2323
"build": "tsc --project ./tsconfig.build.json",
2424
"prerelease": "pnpm build",
25-
"release": "pnpm publish . --tag latest --access public"
25+
"release": "pnpm publish . --tag latest --access public --no-git-checks"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.8"

packages/react-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"build": "tsx ./scripts/build.ts",
25-
"release": "pnpm publish . --tag latest --access public"
25+
"release": "pnpm publish . --tag latest --access public --no-git-checks"
2626
},
2727
"peerDependencies": {
2828
"react": ">=16.8"

packages/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"build:copy-css": "tsx ./scripts/copy-css-vars.ts",
2727
"build": "run-s build:*",
2828
"generate": "tsx ./scripts/generate.ts",
29-
"release": "pnpm publish . --tag latest --access public"
29+
"release": "pnpm publish . --tag latest --access public --no-git-checks"
3030
}
3131
}

packages/web-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"predev": "pnpm run clear",
2020
"test": "playwright test",
2121
"dev": "tsc --watch --project ./tsconfig.dev.json",
22-
"release": "pnpm publish . --tag latest --access public",
22+
"release": "pnpm publish . --tag latest --access public --no-git-checks",
2323
"gen:metadata": "tsx scripts/generate-metadata.ts"
2424
},
2525
"dependencies": {

packages/web-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"build": "tsx ./scripts/build.ts",
24-
"release": "pnpm publish . --tag latest --access public"
24+
"release": "pnpm publish . --tag latest --access public --no-git-checks"
2525
},
2626
"dependencies": {
2727
"@tapsioss/icons": "workspace:*"

0 commit comments

Comments
 (0)