diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index e0c2498a..d3f05b49 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -5,7 +5,8 @@ "repository": "github:signalfx/splunk-otel-js-browser", "scripts": { "server": "tsx src/server/server.ts", - "test": "pnpm exec playwright test" + "test": "pnpm exec playwright test", + "compile": "exit 0;" }, "author": "Splunk Observability Instrumentals Team ", "license": "Apache-2.0",