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.
silent: false
1 parent e912ee4 commit bf17449Copy full SHA for bf17449
tools/scripts/build-all.ts
@@ -78,7 +78,7 @@ sh.cp([path.join(BOOTSTRAP_DIR, 'css', 'bootstrap.css'), path.join(BOOTSTRAP_DIR
78
79
sh.exec('pnpm run all:pack-and-copy');
80
81
-sh.exec('pnpx nx pack devextreme-react', { silent: false });
+sh.exec('pnpx nx pack devextreme-react', { silent: true });
82
sh.exec('pnpx nx pack devextreme-vue', { silent: true });
83
sh.exec(`pnpx nx pack devextreme-angular${devMode ? '' : ' --with-descriptions'}`, { silent: true });
84
0 commit comments