We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e9ea1 commit e16b112Copy full SHA for e16b112
package.json
@@ -27,7 +27,7 @@
27
"lint:misc": "prettier --no-error-on-unmatched-pattern '**/*.json' '**/*.md' '**/*.html' '**/*.yml' '!**/CHANGELOG.old.md' '!.yarnrc.yml' '!CLAUDE.md' '!merged-packages/**' --ignore-path .gitignore --log-level error",
28
"postinstall": "simple-git-hooks && yarn rebuild:native",
29
"prepack": "./scripts/prepack.sh",
30
- "pretest": "bash scripts/reset-coverage-thresholds.sh",
+ "pretest": "./scripts/reset-coverage-thresholds.sh",
31
"rebuild:native": "./scripts/rebuild-native.sh",
32
"test": "yarn pretest && vitest run",
33
"test:ci": "vitest run --coverage false",
0 commit comments