mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
* fix: integration of unraid-ui tailwind config in web * chore(ci): inline unraid-ui build
13 lines
251 B
Makefile
13 lines
251 B
Makefile
default: list-commands
|
|
|
|
list-commands:
|
|
@just --list --justfile {{justfile()}} --list-heading $'\nMonorepo recipes:\n'
|
|
|
|
# Prepares the repo for development
|
|
setup:
|
|
npm install
|
|
npm run build
|
|
|
|
clean:
|
|
npm run clean
|
|
rm -rf node_modules
|