Files
QueueCube/Makefile

8 lines
81 B
Makefile
Raw Normal View History

2025-02-15 00:39:51 -08:00
.PHONY: build
build:
npm install
npm run build
.PHONY: run
run:
npm run start