7 lines
122 B
Makefile
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
|