Skip to content

Commit 894ea02

Browse files
committed
v0.1.7
1 parent a0c1695 commit 894ea02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/react-webpack-ts-boilerplate.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ async function main() {
4141
process.chdir(projectPath);
4242
}
4343

44-
console.log('Installing dependencies');
45-
execSync('npm install');
46-
4744
console.log('Removing useless files');
4845
execSync('npx rimraf ./git');
4946
execSync('npx rimraf ./bin');

0 commit comments

Comments
 (0)