mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
clean ignored files
This commit is contained in:
parent
7661a34b27
commit
f3bb799227
@ -15,6 +15,7 @@ install-production:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -rf node_modules
|
@rm -rf node_modules
|
||||||
|
@git clean -X -f
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
@ -15,6 +15,7 @@ install-production: compile clean
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -rf node_modules
|
@rm -rf node_modules
|
||||||
|
@git clean -X -f
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user