Files
QueueCube/Makefile
2025-02-15 00:39:51 -08:00

8 lines
81 B
Makefile

.PHONY: build
build:
npm install
npm run build
.PHONY: run
run:
npm run start