laravel-vue-cli-3 icon indicating copy to clipboard operation
laravel-vue-cli-3 copied to clipboard

wrong rm command

Open BlueskyFR opened this issue 6 years ago • 0 comments

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?

BlueskyFR avatar Oct 26 '19 22:10 BlueskyFR