Skip to content

Commit b7c76a2

Browse files
committed
move install dependencies function
1 parent f1ddc6a commit b7c76a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ async function cloneExample() {
166166
// Delete the clone.
167167
await fs.removeSync(tmpDir)
168168

169-
await installDependencies(dirName)
170169
// Project Setup
170+
await installDependencies(dirName)
171171
await initGit(dirName)
172172
} catch (err) {
173173
if (fs.existsSync(dirName)) await fs.remove(dirName)

0 commit comments

Comments
 (0)