Files
iterables-js/Makefile

9 lines
142 B
Makefile

.PHONY: build test
build:
npx esbuild src/index.js --bundle --minify --outfile=dist/index.js --format=esm
npx rollup -c
test:
npx vitest