Skip to content

Commit 64576c4

Browse files
authored
chore(lint): lint shouldn't require a compile (#3321)
1 parent b59b196 commit 64576c4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@ jobs:
1919
node-version: 18
2020
cache: npm
2121
- run: npm ci --ignore-scripts
22-
- name: Compile
23-
run: npm run compile
24-
- name: Lint
25-
run: |
26-
npm run lint
22+
- run: npm run lint

packages/instrumentation-browser-navigation/src/instrumentation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import { InstrumentationBase, isWrapped } from '@opentelemetry/instrumentation';
1818
import type { LogRecord } from '@opentelemetry/api-logs';
1919
import { ATTR_URL_FULL } from '@opentelemetry/semantic-conventions';
20+
/** @knipignore */
2021
import { PACKAGE_NAME, PACKAGE_VERSION } from './version';
2122
import {
2223
BrowserNavigationInstrumentationConfig,

0 commit comments

Comments
 (0)