yyx990803 / laravel-vue-cli-3

Example project using Vue CLI 3 with Laravel
848 stars 183 forks source link

wrong rm command #27

Open BlueskyFR opened 4 years ago

BlueskyFR commented 4 years ago

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?