@openmrs/esm-stock-management-app 3.1.1-pre.1150 → 3.1.1-pre.1153

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.husky/pre-commit CHANGED
@@ -1,4 +1,7 @@
1
+ #!/bin/sh
2
+ . "$(dirname "$0")/_/husky.sh"
3
+
1
4
  set -e # die on error
2
5
 
3
- yarn lint-staged
4
- yarn turbo run extract-translations
6
+ yarn lint-staged --no-stash
7
+ yarn turbo extract-translations
package/.husky/pre-push CHANGED
@@ -1,3 +1,6 @@
1
+ #!/bin/sh
2
+ . "$(dirname "$0")/_/husky.sh"
3
+
1
4
  set -e # die on error
2
5
 
3
6
  yarn verify