File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"scripts" : {
24
24
"build" : " tsx ./scripts/build.ts" ,
25
- "release" : " pnpm publish . --tag latest --access public"
25
+ "release" : " pnpm publish . --tag latest --access public --no-git-checks "
26
26
}
27
27
}
Original file line number Diff line number Diff line change 22
22
"prebuild" : " run-p clear generate" ,
23
23
"build" : " tsc --project ./tsconfig.build.json" ,
24
24
"prerelease" : " pnpm build" ,
25
- "release" : " pnpm publish . --tag latest --access public"
25
+ "release" : " pnpm publish . --tag latest --access public --no-git-checks "
26
26
},
27
27
"peerDependencies" : {
28
28
"react" : " >=16.8"
Original file line number Diff line number Diff line change 22
22
},
23
23
"scripts" : {
24
24
"build" : " tsx ./scripts/build.ts" ,
25
- "release" : " pnpm publish . --tag latest --access public"
25
+ "release" : " pnpm publish . --tag latest --access public --no-git-checks "
26
26
},
27
27
"peerDependencies" : {
28
28
"react" : " >=16.8"
Original file line number Diff line number Diff line change 26
26
"build:copy-css" : " tsx ./scripts/copy-css-vars.ts" ,
27
27
"build" : " run-s build:*" ,
28
28
"generate" : " tsx ./scripts/generate.ts" ,
29
- "release" : " pnpm publish . --tag latest --access public"
29
+ "release" : " pnpm publish . --tag latest --access public --no-git-checks "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 19
19
"predev" : " pnpm run clear" ,
20
20
"test" : " playwright test" ,
21
21
"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 " ,
23
23
"gen:metadata" : " tsx scripts/generate-metadata.ts"
24
24
},
25
25
"dependencies" : {
Original file line number Diff line number Diff line change 21
21
},
22
22
"scripts" : {
23
23
"build" : " tsx ./scripts/build.ts" ,
24
- "release" : " pnpm publish . --tag latest --access public"
24
+ "release" : " pnpm publish . --tag latest --access public --no-git-checks "
25
25
},
26
26
"dependencies" : {
27
27
"@tapsioss/icons" : " workspace:*"
You can’t perform that action at this time.
0 commit comments