Skip to content

Commit 649ccad

Browse files
committed
chore: remove unnecessary mock files during build process
1 parent bcf2ee4 commit 649ccad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/plugins/compile-js/plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ module.exports = {
8181
console.log('♻️ Replacing source...');
8282
execSync('rm -rf src', { stdio: 'pipe' });
8383
execSync('cp -R js/src ./src', { stdio: 'pipe' });
84-
execSync('rm -rf __mocks__', { stdio: 'pipe' });
85-
execSync('cp -R js/__mocks__ ./__mocks__', { stdio: 'pipe' });
8684
execSync('rm -rf js', { stdio: 'pipe' });
8785
} catch {
8886
console.error(

0 commit comments

Comments
 (0)