Skip to content

Commit d5355bd

Browse files
committed
fixing reporting
1 parent 57c4894 commit d5355bd

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
@@ -11,7 +11,7 @@
1111
"pglite": "yarn --cwd packages/inquire-pglite",
1212
"sqlite": "yarn --cwd packages/inquire-sqlite3",
1313
"build": "yarn inquire build && yarn mysql build && yarn pg build && yarn pglite build && yarn sqlite build",
14-
"report": "yarn report:env nyc yarn test:inquire && nyc report -r lcov",
14+
"report": "yarn report:env nyc yarn inquire test && nyc report -r lcov",
1515
"report:env": "NODE_OPTIONS=\"--disable-warning=ExperimentalWarning --experimental-loader @istanbuljs/esm-loader-hook\"",
1616
"test": "yarn inquire test && yarn mysql test && yarn pg test && yarn pglite test && yarn sqlite test",
1717
"test:crdb": "yarn --cwd examples/with-crdb test",

0 commit comments

Comments
 (0)