Skip to content

Commit a56a0ab

Browse files
committed
fix rebuild script
1 parent 865909a commit a56a0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for (let framework of args.framework) {
1414
else {
1515
console.log("running rm -rf package-lock.json yarn.lock dist elm-stuff bower_components node_modules");
1616
try {
17-
exec('rm -r package-lock.json yarn.lock dist elm-stuff bower_components node_modules', {
17+
exec('rm -rf package-lock.json yarn.lock dist elm-stuff bower_components node_modules', {
1818
cwd: dir,
1919
stdio: 'inherit'
2020
});

0 commit comments

Comments
 (0)