UNPKG

159 BJavaScriptView Raw
1#!/usr/bin/env node
2
3const shell = require("shelljs")
4const sanitized_dir = __dirname.replace('"', "")
5shell.exec(`npm run --prefix "${sanitized_dir}" start`)