yyx990803 / laravel-vue-cli-3

Example project using Vue CLI 3 with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong rm command

BlueskyFR opened this issue · 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?