package.build.run-tap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapbox-gl Show documentation
Show all versions of mapbox-gl Show documentation
A WebGL interactive maps library
The newest version!
#!/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