PR-896993: fix npx.

This commit is contained in:
Alejandro Lembke Barrientos 2022-08-05 22:11:41 +00:00
parent ff8c091f7a
commit 0b65d4ec42
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ const installedDeps = runCommand(installDepsCommand);
if(!installedDeps) process.exit(-1);
replaceTextOnFile({
file: '../package.json',
file: `./${repoName}/package.json`,
arrOfObjectsBeReplaced: [
{
textToBeReplaced: `"bin": "./bin/cli.js",`,

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-ssr",
"version": "3.0.40",
"version": "3.0.41",
"description": "Starter Kit of server side render of react",
"bin": "./bin/cli.js",
"main": "src/server/index",