laravel-vue-cli-3
laravel-vue-cli-3 copied to clipboard
wrong rm command
Hello,
I tested the command rm -rf tmp/{js,css} on my Ubuntu system but it didn't work.
Instead, I had to enter rm -rf tmp/*.{js,css} for it to work.
I think we have to do the same in package.json.
What do you think?