Files
iterables-js/Makefile
2025-07-17 15:16:40 +03:00

7 lines
122 B
Makefile

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