mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
22 lines
297 B
YAML
22 lines
297 B
YAML
|
distributable:
|
||
|
url: https://registry.npmjs.org/pnpm/-/pnpm-{{version}}.tgz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: pnpm/pnpm
|
||
|
|
||
|
provides:
|
||
|
- bin/pnpm
|
||
|
|
||
|
dependencies:
|
||
|
nodejs.org: '>=16'
|
||
|
|
||
|
build:
|
||
|
script: |
|
||
|
cp bin/pnpm.cjs bin/pnpm
|
||
|
cp -r . {{prefix}}
|
||
|
|
||
|
test:
|
||
|
script: |
|
||
|
pnpm doctor
|