We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4897a6 commit 70c0917Copy full SHA for 70c0917
packages/ai/package.json
@@ -40,6 +40,7 @@
40
"test:skip-clone": "karma start",
41
"test:browser": "yarn testsetup && karma start",
42
"test:integration": "karma start --integration",
43
+ "test:integration:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha integration/**/*.test.ts --config ../../config/mocharc.node.js",
44
"api-report": "api-extractor run --local --verbose",
45
"typings:public": "node ../../scripts/build/use_typings.js ./dist/ai-public.d.ts",
46
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
0 commit comments