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