Skip to content

makefile targets have no effect #8

Description

@mhowell86

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
```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions