]> git.saurik.com Git - schoinion.git/blob - make
Initial implementation (cleaved from orchid-core).
[schoinion.git] / make
1 #!/bin/bash
2 set -e
3 json5 -c package.json5
4 rpl XXX "$(git describe --tags --match="v*" | sed -e 's@-\([^-]*\)-\([^-]*\)$@+\1.\2@;s@^v@@;s@%@~@g')" package.json
5 npm run prepare