Files
docker-php-fpm/php_tools/angular-cli/install.yml
2022-12-08 12:34:36 +01:00

14 lines
205 B
YAML

---
check: ng version 2>&1 | grep -iE 'Angular CLI:\s*[0-9][.0-9]+' || (ng version; false)
all:
type: npm
package: "@angular/cli"
binary: ng
version:
build_dep: []
run_dep: []
pre:
post: