Skip to content

Commit 1eea755

Browse files
committed
fix(app): install commitizen and init
1 parent 0cf4858 commit 1eea755

File tree

3 files changed

+176
-9
lines changed

3 files changed

+176
-9
lines changed

package-lock.json

+169-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
},
1818
"devDependencies": {
1919
"autoprefixer": "^10.4.2",
20-
"commitizen": "^4.2.4",
20+
"cz-conventional-changelog": "^3.3.0",
2121
"eslint": "8.10.0",
2222
"eslint-config-next": "12.1.0",
2323
"postcss": "^8.4.7",
2424
"tailwindcss": "^3.0.23"
25+
},
26+
"config": {
27+
"commitizen": {
28+
"path": "./node_modules/cz-conventional-changelog"
29+
}
2530
}
2631
}

pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function Home() {
1414
</Head>
1515

1616
<main>
17-
<h1 className="text-3xl font-bold underline text-red-600">Test</h1>
17+
<h1 className="text-3xl font-bold underline text-red-600">Test 2</h1>
1818
</main>
1919
</div>
2020
);

0 commit comments

Comments
 (0)