Skip to content

Commit 486e197

Browse files
committed
Merge branch 'master' of github.com:valor-software/npm-submodules
2 parents 6369c71 + c0c46f9 commit 486e197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/build.command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function buildCommand({project, verbose, clean, local, main, watch, skipB
9797
},
9898
{
9999
title: 'Copy assets to dist folder',
100-
skip: () => true,
100+
skip: () => false,
101101
task: () => new Listr(
102102
opts.map(opt => ({
103103
title: `Copying ${opt.pkg.name} assets to ${opt.src}`,

0 commit comments

Comments
 (0)