1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-12 16:16:46 +08:00
2022-07-12 09:00:22 +02:00

8 lines
57 B
Makefile

SHELL := /bin/bash
test:
@./test/run.js
.PHONY: test