We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d281ef commit 26e2855Copy full SHA for 26e2855
bin/cli.js
@@ -3,7 +3,7 @@
3
const { execSync } = require('child_process')
4
5
const repoName = process.argv[2]
6
-const gitCheckoutCommand = `git clone --depth 1 https://github.com/rahadkc/nextjs-redux-starter ${repoName}`
+const gitCheckoutCommand = `git clone --depth 1 https://github.com/rahadkc/nextjs-typescript-redux-jest-cypress-starter ${repoName}`
7
const installDepsCommand = `cd ${repoName} && npm install`
8
9
console.log(`Cloning the repository ... ${repoName}`)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nextjs-typescript-redux-starter",
- "version": "1.0.2",
+ "version": "1.0.3",
"bin": "./bin/cli.js",
"scripts": {
"dev": "next dev -p 3050",
0 commit comments