Skip to content

Commit 1225a6d

Browse files
committed
re-const
1 parent ebc17de commit 1225a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebuild-all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function buildFramework(framework) {
111111
// execSync(`rm -r ${path}`);
112112
// }
113113
// rsync(keyed,name);
114-
let filesToDelete = ((useCi) ? [] : ["package-lock.json"]).concat([
114+
const filesToDelete = ((useCi) ? [] : ["package-lock.json"]).concat([
115115
"yarn-lock",
116116
"dist",
117117
"elm-stuff",

0 commit comments

Comments
 (0)