Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c6dddf8

Browse files
authored
Switch prepublishOnly to prepack to catch errors earlier (#12202)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent a3a387a commit c6dddf8

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
@@ -31,7 +31,7 @@
3131
"UserFriendlyError"
3232
],
3333
"scripts": {
34-
"prepublishOnly": "yarn build",
34+
"prepack": "yarn build",
3535
"i18n": "matrix-gen-i18n && yarn i18n:sort && yarn i18n:lint",
3636
"i18n:sort": "jq --sort-keys '.' src/i18n/strings/en_EN.json > src/i18n/strings/en_EN.json.tmp && mv src/i18n/strings/en_EN.json.tmp src/i18n/strings/en_EN.json",
3737
"i18n:lint": "matrix-i18n-lint && prettier --log-level=silent --write src/i18n/strings/ --ignore-path /dev/null",

0 commit comments

Comments
 (0)