Skip to content

Commit 8f2107c

Browse files
authored
fix: package scripts typo (#67)
1 parent f955b49 commit 8f2107c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:js": "vitest run",
1414
"test:nr": "aztec test",
1515
"lint:prettier": "prettier '**/*.{js,ts}' --write",
16-
"ccc": "yarn clean && yarn compile && yarn codegen -f",
16+
"ccc": "yarn clean && yarn compile && yarn codegen",
1717
"benchmark": "aztec-benchmark --suffix _base",
1818
"prepare": "husky"
1919
},

0 commit comments

Comments
 (0)