Files
stellar/Makefile

16 lines
129 B
Makefile
Raw Permalink Normal View History

2026-03-22 23:33:24 -05:00
dev:
npm run dev
test:
npm run test
lint:
npm run lint
docker-build:
npm run docker-build
docker-up:
npm run docker-up