Skip to content

Commit e9cfbef

Browse files
authored
chore: enforce npm authentication before publish (#4615)
1 parent 926efb8 commit e9cfbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint-fix": "eslint --fix",
2020
"format": "prettier **/*.{ts,js,json,yml,md} --check",
2121
"format-fix": "prettier \"**/*.{ts,js,json,yml,md}\" --write",
22-
"publish": "lerna publish --conventional-commits",
22+
"publish": "npm whoami && lerna publish --conventional-commits",
2323
"reinstall": "yarn clean && yarn install",
2424
"start": "yarn watch",
2525
"test": "cross-env HOME=$PWD LANG=en_US.UTF-8 NO_COLOR=1 vitest run --coverage",

0 commit comments

Comments
 (0)