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 2253e8d commit 23fb9a9Copy full SHA for 23fb9a9
tools/init.ts
@@ -126,6 +126,7 @@ function finalize() {
126
127
console.log(yellow('Removing yarn.lock and performing a clean install...'));
128
rm('yarn.lock');
129
+ rm('-rf', 'node_modules');
130
exec('yarn install');
131
exec('yarn build');
132
exec("git add . && git commit -am 'chore: init' --no-verify");
0 commit comments