Skip to content

Commit

Permalink
Disable "yarn audit" on 'ci' task.
Browse files Browse the repository at this point in the history
It's causing problems where sometimes we can't merge changes due to a
problem in a package 4 levels down that's only used for making releases.

(vm2, I'm looking at you.)

TooTallNate/proxy-agents#218 (comment)
release-it/release-it#1024 (comment)
  • Loading branch information
arafel committed Jul 19, 2023
1 parent 7d8ad4b commit 0bc9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"release": "release-it",
"dev:build": "tsc -w",
"dev:test": "jest --watch",
"ci": "yarn audit --high && yarn test"
"ci": "yarn test"
},
"dependencies": {
"dayjs": "^1.11.5",
Expand Down

0 comments on commit 0bc9a87

Please sign in to comment.