aboutsummaryrefslogtreecommitdiffstats
path: root/webui/Makefile
blob: 1f023cc9019a27c32425c4639537bb633f943317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
start:
	npm start

install:
	npm install

test:
	npm run lint

build:
	npm run build