pantry/projects/nx.dev/package.yml
Diego Henrique Oliveira 86f8cd9ceb
+nx.dev (#4554)
* +nx.dev

* Simplify the test removing npm i and calling nx --version

* Search NX versions using npmjs API
2023-12-27 10:01:23 -05:00

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