UNPKG

@vis.gl/dev-tools

Version:

Dev tools for vis.gl frameworks

9 lines (6 loc) 298 B
#!/usr/bin/env node import {execShellCommand} from './shell.js'; import {join} from 'path'; const scriptDir = new URL(import.meta.url).pathname; // Runs the bash script and forward the arguments, exiting with the same code execShellCommand(join(scriptDir, '../build.sh'), process.argv.slice(2));