Skip to content

Commit

Permalink
chore: 🤖 vitest configuration, adds git-cz
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed May 23, 2024
1 parent 4faadea commit ed7dfe8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build:styles": "postcss src/littlefoot.css --output dist/littlefoot.css",
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
"build": "yarn clean && mkdir -p dist && concurrently 'yarn build:types' 'yarn build:scripts' 'yarn build:styles'",
"commit": "git-cz",
"watch:scripts": "rollup --config --bundleConfigAsCjs --watch",
"watch:styles": "yarn build:styles --watch",
"watch:vitest": "vitest",
Expand Down Expand Up @@ -79,6 +80,7 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-testing-library": "6.2.2",
"git-cz": "^4.9.0",
"husky": "9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "15.2.4",
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4049,6 +4049,11 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

git-cz@^4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/git-cz/-/git-cz-4.9.0.tgz#c0604ff85b37046d51fd85e265040032c9617bf2"
integrity sha512-cSRL8IIOXU7UFLdbziCYqg8f8InwLwqHezkiRHNSph7oZqGv0togId1kMTfKil6gzK0VaSXeVBb4oDl0fQCHiw==

git-raw-commits@^2.0.8:
version "2.0.11"
resolved "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz"
Expand Down

0 comments on commit ed7dfe8

Please sign in to comment.