Skip to content

Commit bcebdb2

Browse files
chore: fix pre accuracy test script (#433)
1 parent 1f7cef4 commit bcebdb2

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
@@ -51,7 +51,7 @@
5151
"reformat": "prettier --write .",
5252
"generate": "./scripts/generate.sh",
5353
"test": "vitest --project unit-and-integration --coverage",
54-
"pretest:accuracy": "npm run build:compile",
54+
"pretest:accuracy": "npm run build",
5555
"test:accuracy": "sh ./scripts/accuracy/runAccuracyTests.sh"
5656
},
5757
"license": "Apache-2.0",

0 commit comments

Comments
 (0)