mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
empty build and push targets
This commit is contained in:
parent
d2354ff66b
commit
f82fee8a7f
@ -28,6 +28,14 @@ test-ci:
|
|||||||
start:
|
start:
|
||||||
yarn run start
|
yarn run start
|
||||||
|
|
||||||
|
.PHONY: build
|
||||||
|
build:
|
||||||
|
exit 0
|
||||||
|
|
||||||
|
.PHONY: push
|
||||||
|
push:
|
||||||
|
exit 0
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint:
|
lint:
|
||||||
$(bindir)/eslint .
|
$(bindir)/eslint .
|
||||||
|
Loading…
Reference in New Issue
Block a user