mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
make: fixing broken includes
This commit is contained in:
parent
f2d5c03b57
commit
07e85be03b
@ -1,5 +1,3 @@
|
||||
include ../tools/node-install.mk
|
||||
|
||||
FRONTEND = "../frontend"
|
||||
|
||||
.PHONY: install
|
||||
|
@ -1,5 +1,3 @@
|
||||
include ../tools/node-install.mk
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
yarn install
|
||||
|
@ -1,5 +1,3 @@
|
||||
include ../tools/node-install.mk
|
||||
|
||||
BACKEND = "../backend/static"
|
||||
|
||||
.PHONY: install
|
||||
|
@ -1,5 +1,3 @@
|
||||
include ../tools/node-install.mk
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
yarn run test
|
||||
|
Loading…
Reference in New Issue
Block a user