Skip to content

Commit 23fb9a9

Browse files
committed
chore: remove node_modules folder on complete setup
1 parent 2253e8d commit 23fb9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function finalize() {
126126

127127
console.log(yellow('Removing yarn.lock and performing a clean install...'));
128128
rm('yarn.lock');
129+
rm('-rf', 'node_modules');
129130
exec('yarn install');
130131
exec('yarn build');
131132
exec("git add . && git commit -am 'chore: init' --no-verify");

0 commit comments

Comments
 (0)