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 865909a commit a56a0abCopy full SHA for a56a0ab
rebuild.js
@@ -14,7 +14,7 @@ for (let framework of args.framework) {
14
else {
15
console.log("running rm -rf package-lock.json yarn.lock dist elm-stuff bower_components node_modules");
16
try {
17
- exec('rm -r package-lock.json yarn.lock dist elm-stuff bower_components node_modules', {
+ exec('rm -rf package-lock.json yarn.lock dist elm-stuff bower_components node_modules', {
18
cwd: dir,
19
stdio: 'inherit'
20
});
0 commit comments