Skip to content

Commit b32bf8e

Browse files
committed
not running yarn v2 on workspace so lock update can be reverted
1 parent e8e8ad5 commit b32bf8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"crowdin:uploadTranslations:v2": "crowdin upload translations --config ./crowdin-v2.yaml",
3434
"crowdin:download:v2": "crowdin download --config ./crowdin-v2.yaml",
3535
"changelog": "lerna-changelog",
36-
"postinstall": "yarn build:packages",
36+
"postinstall": "yarn lock:update && yarn build:packages",
3737
"prettier": "prettier --config .prettierrc --write \"**/*.{js,ts}\"",
3838
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,ts}\"",
3939
"prettier-docs": "prettier --config .prettierrc --write \"**/*.md\"",

0 commit comments

Comments
 (0)