Skip to content

Commit af2f788

Browse files
committed
fix: unnecessary npm script
Removes the `prepare` script which only ran `npm audit`. This script is unnecessary as `npm audit` is not needed in the publish lifecycle.
1 parent 9f67507 commit af2f788

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"lint": "eslint src --fix",
1919
"format": "prettier --write src/**/*.ts",
2020
"prepublishOnly": "npm run build",
21-
"prepare": "npm audit",
2221
"commitlint": "commitlint --edit",
2322
"generate-barrels": "barrelsby --directory src --recursive --delete --exclude \"common/utils\" --exclude \"\\\\.spec\\\\.ts$\" --singleQuotes"
2423
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,6 +2286,11 @@ fs.realpath@^1.0.0:
22862286
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
22872287
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
22882288

2289+
fsevents@^2.3.2:
2290+
version "2.3.3"
2291+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
2292+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2293+
22892294
function-bind@^1.1.2:
22902295
version "1.1.2"
22912296
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"

0 commit comments

Comments
 (0)