We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e8ad5 commit b32bf8eCopy full SHA for b32bf8e
1 file changed
package.json
@@ -33,7 +33,7 @@
33
"crowdin:uploadTranslations:v2": "crowdin upload translations --config ./crowdin-v2.yaml",
34
"crowdin:download:v2": "crowdin download --config ./crowdin-v2.yaml",
35
"changelog": "lerna-changelog",
36
- "postinstall": "yarn build:packages",
+ "postinstall": "yarn lock:update && yarn build:packages",
37
"prettier": "prettier --config .prettierrc --write \"**/*.{js,ts}\"",
38
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,ts}\"",
39
"prettier-docs": "prettier --config .prettierrc --write \"**/*.md\"",
0 commit comments