We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f3d8b commit dbcfb81Copy full SHA for dbcfb81
examples/client-logger/app-insights-logger/package.json
@@ -32,8 +32,8 @@
32
"start:tinylicious": "tinylicious",
33
"test": "npm run test:jest",
34
"test:coverage": "npm run test:jest:coverage",
35
- "test:jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles",
36
- "test:jest:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --coverage --ci",
+ "test:jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --no-cache",
+ "test:jest:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --coverage --no-cache --ci",
37
"tsc": "tsc",
38
"webpack": "webpack --env production",
39
"webpack:dev": "webpack --env development"
0 commit comments