Rework how the clean build command works.
This commit is contained in:
@ -3,3 +3,6 @@ build:
|
||||
|
||||
serve:
|
||||
npm run serve
|
||||
|
||||
clean:
|
||||
-rm -r dist
|
||||
|
Reference in New Issue
Block a user