-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,5 @@ coverage | |
|
||
ts-build-cache | ||
tsconfig.tsbuildinfo | ||
|
||
junit.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module.exports = { | ||
export default { | ||
extends: ['@commitlint/config-conventional'], | ||
parserPreset: { | ||
parserOpts: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,11 +13,12 @@ | |
"biome:fix": "biome lint --write", | ||
"format": "biome format --write", | ||
"lint": "biome lint", | ||
"prerelease": "cross-env NODE_ENV=production pnpm auth && pnpm build", | ||
"prerelease": "pnpm auth && pnpm build", | ||
"release": "changeset publish", | ||
"setup": "husky install && preconstruct dev && manypkg check && check-node-version --package --print", | ||
"test:coverage": "cross-env NODE_ENV=test npm test -- --coverage", | ||
"test": "cross-env NODE_ENV=test vitest run", | ||
"test:coverage": "vitest --coverage", | ||
"test:report": "vitest --reporter=junit --outputFile=junit.xml", | ||
"test": "vitest", | ||
"typecheck": "tsc --build" | ||
}, | ||
"author": "Tobias Deekens <[email protected]>", | ||
|
@@ -26,6 +27,7 @@ | |
"npm": ">=10", | ||
"pnpm": ">=9" | ||
}, | ||
"type": "module", | ||
"bugs": { | ||
"url": "https://github.com/tdeekens/promster/issues" | ||
}, | ||
|
@@ -59,7 +61,6 @@ | |
"@types/semver": "7.5.8", | ||
"@vitest/coverage-v8": "2.1.5", | ||
"check-node-version": "4.2.1", | ||
"cross-env": "7.0.3", | ||
"husky": "9.0.11", | ||
"lint-staged": "15.2.10", | ||
"rimraf": "5.0.10", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.