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 1f7cef4 commit bcebdb2Copy full SHA for bcebdb2
package.json
@@ -51,7 +51,7 @@
51
"reformat": "prettier --write .",
52
"generate": "./scripts/generate.sh",
53
"test": "vitest --project unit-and-integration --coverage",
54
- "pretest:accuracy": "npm run build:compile",
+ "pretest:accuracy": "npm run build",
55
"test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh"
56
},
57
"license": "Apache-2.0",
0 commit comments