Skip to content

Commit

Permalink
fix(build): back scss of datepicker (#4759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv authored and valorkin committed Nov 1, 2018
1 parent 4b34056 commit a003011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ async function buildAll() {

await buildModules(requiredModules);

await execa.shell(`rsync -avr --include='*/' --include='*.scss' --exclude='*' ${src}/datepicker ${dist}`);

console.log('Building accordion module');
await execa.shell(`node scripts/ng-packagr/api ../../src/accordion/package.json`);
console.log('Build of accordion module completed');
Expand Down

0 comments on commit a003011

Please sign in to comment.