Skip to content

Commit e16b112

Browse files
committed
fix: Build in CI before integration tests
1 parent 32e9ea1 commit e16b112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"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",
2828
"postinstall": "simple-git-hooks && yarn rebuild:native",
2929
"prepack": "./scripts/prepack.sh",
30-
"pretest": "bash scripts/reset-coverage-thresholds.sh",
30+
"pretest": "./scripts/reset-coverage-thresholds.sh",
3131
"rebuild:native": "./scripts/rebuild-native.sh",
3232
"test": "yarn pretest && vitest run",
3333
"test:ci": "vitest run --coverage false",

0 commit comments

Comments
 (0)