remark-agda/scripts/prepare-release.sh

5 lines
97 B
Bash
Raw Normal View History

2024-09-13 00:43:27 +00:00
#!/usr/bin/env bash
mkdir -p dist/
bun build --target node src/index.ts > dist/index.js
bunx tsc