Skip to content

Commit ac648f1

Browse files
chore: minor changes
1 parent 4ffe441 commit ac648f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/npm-process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import process from 'node:process'
22

3-
export interface NpmProcessCommand {
3+
interface NpmProcessCommand {
44
command: string
55
args: string[]
66
}

0 commit comments

Comments
 (0)