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 727b574 commit d8c109bCopy full SHA for d8c109b
scripts/build.mts
@@ -20,8 +20,7 @@ const main = async () => {
20
const buildPackage = (pkg: PackageName, args: CommandExtraArgs) => {
21
console.log(`Building package: ${pkg}`);
22
exec(`pnpm -F ${pkg} build`, { args: args.slice(2) });
23
- console.log("Copying public files...");
24
- copyPublicToDist(pkg as FullPackageName);
+ // copyPublicToDist(pkg as FullPackageName);
25
};
26
27
const buildPackages = (packages: PackageName[], args: CommandExtraArgs) => {
0 commit comments