Skip to content

Commit 26e2855

Browse files
committed
Fix: repo url
1 parent 8d281ef commit 26e2855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const { execSync } = require('child_process')
44

55
const repoName = process.argv[2]
6-
const gitCheckoutCommand = `git clone --depth 1 https://github.com/rahadkc/nextjs-redux-starter ${repoName}`
6+
const gitCheckoutCommand = `git clone --depth 1 https://github.com/rahadkc/nextjs-typescript-redux-jest-cypress-starter ${repoName}`
77
const installDepsCommand = `cd ${repoName} && npm install`
88

99
console.log(`Cloning the repository ... ${repoName}`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-typescript-redux-starter",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"bin": "./bin/cli.js",
55
"scripts": {
66
"dev": "next dev -p 3050",

0 commit comments

Comments
 (0)