mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
f6ea0695ea
* add pnpm of pnpm.io * move pnpm to its own folder * copy artifacts to dist * test dir * copy brew install strategy * add install prefix * try different install process * retry add prefix * set PNPM_HOME var * add path * test run export path only * rm mkdir * provide cjs files pnpm.io * install node_modules * add npmjs.com dep * install on prefix path * test cp install * test uncertainly strip version * provide fixed version * fixed version in url * undo versions fixed * no proper pnpx test * pnpx is actually deprecated: use undefined ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Cannot read property 'includes' of undefined or * cleanup setup and dependency * test if working correctly * rm unused line
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
|