We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99421e0 commit 9ce88ecCopy full SHA for 9ce88ec
usage-statistics/package.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"private": true,
9
"scripts": {
10
- "build": "yarn tsc -p tsconfig.build.json",
+ "build": "run db:generate && run tsc -p tsconfig.build.json",
11
"lint:raw": "run eslint",
12
"lint": "yarn lint:raw .",
13
"lint-fix": "yarn lint --fix",
0 commit comments