mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-20 05:14:45 +00:00
fmt
This commit is contained in:
parent
847a737d63
commit
11ba3424e0
7 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
import { spawnSync } from 'child_process'
|
||||
import { warning, startGroup, endGroup } from '@actions/core'
|
||||
import { spawnSync } from 'child_process'
|
||||
import { Inputs } from '../inputs'
|
||||
import { patchPnpmEnv } from '../utils'
|
||||
|
||||
|
@ -13,7 +13,7 @@ export function pruneStore(inputs: Inputs) {
|
|||
const { error, status } = spawnSync('pnpm', ['store', 'prune'], {
|
||||
stdio: 'inherit',
|
||||
shell: true,
|
||||
env: patchPnpmEnv(inputs)
|
||||
env: patchPnpmEnv(inputs),
|
||||
})
|
||||
endGroup()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue