Skip to content

Commit

Permalink
Merge pull request #5617 from dlorenc/fixcore
Browse files Browse the repository at this point in the history
Fix symlink in corepack.
  • Loading branch information
dlorenc authored Sep 16, 2023
2 parents 0d7aa47 + de0b726 commit 27e31b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corepack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: corepack
version: 0.20.0
epoch: 1
epoch: 2
description: Zero-runtime-dependency package acting as bridge between Node projects and their package managers
copyright:
- license: MIT
Expand Down Expand Up @@ -29,7 +29,7 @@ pipeline:
rm -rf ${{targets.destdir}}/usr/share/node_modules/corepack/shims/nodewin
mkdir -p ${{targets.destdir}}/usr/bin
ln -s ${{targets.destdir}}/usr/share/node_modules/corepack/dist/corepack.js /usr/bin/corepack
ln -sf /usr/share/node_modules/corepack/dist/corepack.js ${{targets.destdir}}/usr/bin/corepack
- uses: strip

Expand Down

0 comments on commit 27e31b0

Please sign in to comment.