gen.sh 69 B

12345
  1. #!/bin/bash
  2. set -eu
  3. ./scripts/generator.sh > src/index.js
  4. npm build