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 02e30aa commit 076b133Copy full SHA for 076b133
package.json
@@ -26,8 +26,8 @@
26
"postpublish": "lerna run --stream --concurrency 1 postpublish",
27
"test": "lerna run --ignore @sentry-internal/browser-integration-tests --ignore @sentry-internal/node-integration-tests --stream --concurrency 1 --sort test",
28
"test-ci": "ts-node ./scripts/test.ts",
29
- "test-ci-browser": "TESTS_SKIP=node ts-node ./scripts/test.ts",
30
- "test-ci-node": "TESTS_SKIP=browser ts-node ./scripts/test.ts",
+ "test-ci-browser": "cross-env TESTS_SKIP=node ts-node ./scripts/test.ts",
+ "test-ci-node": "cross-env TESTS_SKIP=browser ts-node ./scripts/test.ts",
31
"postinstall": "patch-package"
32
},
33
"volta": {
0 commit comments