mirror of
https://github.com/aleleba/create-node-ts-graphql-server.git
synced 2025-06-19 20:38:24 -06:00
PR-601212: fixing npx.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
const { execSync } = require('child_process');
|
||||
const isWin = process.platform === "win32";
|
||||
|
||||
const runCommand = command => {
|
||||
try{
|
||||
|
Reference in New Issue
Block a user