Skip to content

Commit

Permalink
ci: lint package to avoid package.json config failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gquittet committed Aug 27, 2024
1 parent 8e7b692 commit dfd0ffd
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"lint": "eslint",
"test": "vitest",
"coverage": "vitest run --coverage",
"preversion": "pnpm lint && pnpm coverage && pnpm build",
"prepublish": "pnpm lint && pnpm coverage && pnpm build"
"preversion": "pnpm lint && pnpm coverage && pnpm build && publint --strict",
"prepublish": "pnpm lint && pnpm coverage && pnpm build && publint --strict"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
Expand All @@ -143,6 +143,7 @@
"eslint-plugin-sonarjs": "^2.0.1",
"eslint-plugin-unused-imports": "^4.0.1",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
Expand All @@ -159,4 +160,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}
83 changes: 83 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit dfd0ffd

Please sign in to comment.