Skip to content

Commit

Permalink
ci: add build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Aug 11, 2023
1 parent 0690f31 commit 12421c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
cache: 'yarn'
- name: Install root dependencies
run: yarn
- name: Build
run: yarn ci:build
- name: Run lint + type check
run: yarn ci:lint
1 change: 0 additions & 1 deletion packages/node-opentelemetry/src/instrumentations.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as shimmer from 'shimmer';
import _ from 'lodash';

// @ts-ignore
import {
Logger,
LoggerOptions,
Expand Down

0 comments on commit 12421c1

Please sign in to comment.