go-web icon indicating copy to clipboard operation
go-web copied to clipboard

makefile targets have no effect

Open mhowell86 opened this issue 4 years ago • 1 comments

There is no ui folder. There is no script dev or build in package.json

Makefile : 67

# UI

.PHONY: ui
ui: ; @ ## Run frontend development server
	cd ui && yarn run dev

.PHONY: build-ui
build-ui: ; @ ## Build frontend production build
	cd ui && yarn run build
```

mhowell86 avatar Mar 17 '21 23:03 mhowell86

Hi @mhowell86, the project is a bit outdated. I will try to update it soon.

StarpTech avatar Mar 18 '21 11:03 StarpTech