Skip to content

Commit

Permalink
Don't fail CI on dev-only audit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miridius committed Apr 8, 2024
1 parent 697ee7d commit c611f60
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 44 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@
"prepare": "husky install && tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"check": "pnpm install && pnpm outdated --compatible && pnpm audit && pnpm lint && pnpm test && pnpm size",
"update-deps": "pnpm-update-bisect && pnpm check",
"check": "pnpm install-test && pnpm lint && pnpm outdated --compatible && pnpm audit -P && pnpm size",
"update-deps": "pnpm-update-bisect && pnpm audit --fix && pnpm check",
"release": "pnpm check && pnpm np --no-cleanup"
},
"dependencies": {
"@azure/functions": "^1.2.3",
"@types/node-telegram-bot-api": "^0.64.6",
"form-data": "^4.0.0",
"node-fetch": "^2.7.0",
"regenerator-runtime": "^0.14.1",
"typescript-eslint": "^7.5.0"
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.84",
Expand All @@ -75,7 +74,8 @@
"ts-jest": "^29.1.2",
"tsdx": "^0.14.1",
"tslib": "^2.6.2",
"typescript": "^5.4.4"
"typescript": "^5.4.4",
"typescript-eslint": "^7.5.0"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit c611f60

Please sign in to comment.