wordle-xdc/bundle-xdc.sh
2025-04-23 13:53:10 -07:00

4 lines
79 B
Bash
Executable File

#!/bin/bash
npm run build
(cd dist && zip -9 --recurse-paths - *) > wordle.xdc