mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
af339abc23
commit
c999094495
1 changed files with 8 additions and 3 deletions
|
@ -1,17 +1,20 @@
|
|||
distributable:
|
||||
distributable:
|
||||
url: https://registry.npmjs.org/@angular/cli/-/cli-{{version}}.tgz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: angular/angular
|
||||
npm: '@angular/cli'
|
||||
|
||||
dependencies:
|
||||
nodejs.org: ^20
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
npmjs.com: ^10
|
||||
script:
|
||||
- npm i $ARGS .
|
||||
- run: ln -s ../libexec/bin/ng ng
|
||||
working-directory: "{{prefix}}/bin"
|
||||
working-directory: '{{prefix}}/bin'
|
||||
env:
|
||||
ARGS:
|
||||
- -ddd
|
||||
|
@ -20,8 +23,10 @@ build:
|
|||
- --prefix={{prefix}}/libexec
|
||||
- --install-links
|
||||
- --unsafe-perm
|
||||
|
||||
provides:
|
||||
- bin/ng
|
||||
|
||||
test:
|
||||
script:
|
||||
- ng new angular-test --skip-install --defaults
|
||||
|
|
Loading…
Reference in a new issue