mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
86f8cd9ceb
* +nx.dev * Simplify the test removing npm i and calling nx --version * Search NX versions using npmjs API
32 lines
423 B
YAML
32 lines
423 B
YAML
distributable:
|
|
url: https://registry.npmjs.org/nx/-/nx-{{version}}.tgz
|
|
strip-components: 1
|
|
|
|
display-name: nx.dev
|
|
|
|
versions:
|
|
npm: nx
|
|
ignore: ["9999.0.1", "999.9.9"]
|
|
|
|
provides:
|
|
- bin/nx
|
|
|
|
dependencies:
|
|
nodejs.org: ^18
|
|
|
|
build:
|
|
dependencies:
|
|
npmjs.com: ^10
|
|
script:
|
|
- npm i $ARGS .
|
|
env:
|
|
ARGS:
|
|
- --global
|
|
- --install-links
|
|
- --prefix={{prefix}}
|
|
|
|
test:
|
|
script: |
|
|
nx --version
|
|
|