Fix pruneStore
This commit is contained in:
8
src/utils/index.ts
Normal file
8
src/utils/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import process from 'process'
|
||||
import path from 'path'
|
||||
import { Inputs } from '../inputs'
|
||||
|
||||
export const patchPnpmEnv = (inputs: Inputs): NodeJS.ProcessEnv => ({
|
||||
...process.env,
|
||||
PATH: inputs.binDest + path.delimiter + process.env.PATH
|
||||
})
|
Reference in New Issue
Block a user