fix: add postinstall script for patch-packageç

This commit is contained in:
Jason Wesson
2024-04-15 18:14:33 +00:00
parent a0795b5ae0
commit 57b6e57fc0

View File

@@ -11,6 +11,7 @@
"i18n_extract": "fedx-scripts formatjs extract",
"lint": "fedx-scripts eslint --ext .jsx,.js src/",
"lint-fix": "fedx-scripts eslint --fix --ext .jsx,.js src/",
"postinstall": "patch-package",
"semantic-release": "semantic-release",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "TZ=GMT fedx-scripts jest --coverage --passWithNoTests",