Spaces:
Sleeping
Sleeping
File size: 219 Bytes
9a14526 | 1 2 3 4 5 6 7 8 9 | #!/usr/bin/env bash
if [ "$#" == 5 ]; then
arg="${@:1:3} ${4}/${5}"
else
arg="${@}"
fi
node_modules/.bin/tap --node-arg -r --node-arg @mapbox/flow-remove-types/register --node-arg -r --node-arg esm $arg --node-arg
|