Skip to content

Commit

Permalink
fix: test on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jun 20, 2024
1 parent 37e4aba commit 1f8aaba
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 40 deletions.
226 changes: 199 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"check-formatting": "prettier --check .",
"test": "vitest run & npm run lint",
"test": "vitest run & npm run lint && npm run check-formatting",
"lint": "biome check .",
"prepublishOnly": "npm test"
},
Expand Down Expand Up @@ -64,6 +64,7 @@
"homepage": "https://github.com/axa-ch/easy-config#readme",
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"execa": "^9.2.0",
"prettier": "3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
Expand Down
Loading

0 comments on commit 1f8aaba

Please sign in to comment.