Skip to content

Commit 9ce88ec

Browse files
committed
chore: fix build
1 parent 99421e0 commit 9ce88ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage-statistics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"private": true,
99
"scripts": {
10-
"build": "yarn tsc -p tsconfig.build.json",
10+
"build": "run db:generate && run tsc -p tsconfig.build.json",
1111
"lint:raw": "run eslint",
1212
"lint": "yarn lint:raw .",
1313
"lint-fix": "yarn lint --fix",

0 commit comments

Comments
 (0)