mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
7 lines
57 B
Makefile
7 lines
57 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@./test/run.js
|
|
|
|
.PHONY: test
|
|
|