We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c4894 commit d5355bdCopy full SHA for d5355bd
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"pglite": "yarn --cwd packages/inquire-pglite",
12
"sqlite": "yarn --cwd packages/inquire-sqlite3",
13
"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",
+ "report": "yarn report:env nyc yarn inquire test && nyc report -r lcov",
15
"report:env": "NODE_OPTIONS=\"--disable-warning=ExperimentalWarning --experimental-loader @istanbuljs/esm-loader-hook\"",
16
"test": "yarn inquire test && yarn mysql test && yarn pg test && yarn pglite test && yarn sqlite test",
17
"test:crdb": "yarn --cwd examples/with-crdb test",
0 commit comments