Skip to content

Commit

Permalink
ci: 🐝 added ci tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Jun 24, 2021
1 parent d45b9e2 commit 662e581
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .cz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"commitizen": {"name": "cz_conventional_commits", "version": "0.1.0", "tag_format": "$version"}}
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- hooks:
- id: commitizen
stages:
- commit-msg
repo: https://github.com/commitizen-tools/commitizen
rev: v2.17.10
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sveltekit-blog-mdx",
"version": "0.0.1",
"version": "0.1.0",
"scripts": {
"dev": "svelte-kit dev --port 3030",
"dev": "svelte-kit dev --port 3000",
"build": "svelte-kit build",
"preview": "svelte-kit preview --port 3000",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit 662e581

Please sign in to comment.