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 4b34056 commit a003011Copy full SHA for a003011
scripts/build-modules.js
@@ -34,6 +34,8 @@ async function buildAll() {
34
35
await buildModules(requiredModules);
36
37
+ await execa.shell(`rsync -avr --include='*/' --include='*.scss' --exclude='*' ${src}/datepicker ${dist}`);
38
+
39
console.log('Building accordion module');
40
await execa.shell(`node scripts/ng-packagr/api ../../src/accordion/package.json`);
41
console.log('Build of accordion module completed');
0 commit comments