All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.build.run-tap Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy