We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ade27d commit cdac8c3Copy full SHA for cdac8c3
packages/ui-components/scripts/publish.mjs
@@ -18,4 +18,7 @@ await writeFile(
18
);
19
20
// Now, publish the generated `dist` folder
21
-spawnSync('pnpm', ['publish'], { cwd: 'dist', stdio: 'inherit' });
+spawnSync('pnpm', ['publish', '--no-git-checks'], {
22
+ cwd: 'dist',
23
+ stdio: 'inherit',
24
+});
0 commit comments