Skip to content

Commit 36027d1

Browse files
committed
Cleanup 'common' dependency
1 parent 6d8fb41 commit 36027d1

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

github-action/package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github-action/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"dependencies": {
3030
"@actions/core": "^1.11.1",
3131
"@actions/exec": "^1.1.1",
32-
"devcontainer-build-run-common": "file:../common",
3332
"jsonc-parser": "^3.3.1",
3433
"truncate-utf8-bytes": "^1.0.2"
3534
},

github-action/src/exec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as actions_exec from '@actions/exec';
2-
import {ExecOptions, ExecResult} from 'devcontainer-build-run-common/src/exec';
2+
import {ExecOptions, ExecResult} from '../../common/src/exec';
33

44
export async function exec(
55
command: string,

0 commit comments

Comments
 (0)