mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-09 13:36:54 -06:00
PR-689102: fix npx.
This commit is contained in:
parent
af7e0778df
commit
585e32d43f
@ -15,7 +15,7 @@ const runCommand = command => {
|
|||||||
|
|
||||||
const runCommandWithOutput = command => {
|
const runCommandWithOutput = command => {
|
||||||
try{
|
try{
|
||||||
return execSync(`${command}`, {stdio: 'inherit'});
|
return execSync(`${command}`);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(`Failed to execute ${command}`, e);
|
console.error(`Failed to execute ${command}`, e);
|
||||||
return false;
|
return false;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@aleleba/create-react-ssr",
|
"name": "@aleleba/create-react-ssr",
|
||||||
"version": "3.0.33",
|
"version": "3.0.34",
|
||||||
"description": "Starter Kit of server side render of react",
|
"description": "Starter Kit of server side render of react",
|
||||||
"bin": "./bin/cli.js",
|
"bin": "./bin/cli.js",
|
||||||
"main": "src/server/index",
|
"main": "src/server/index",
|
||||||
|
Loading…
Reference in New Issue
Block a user