mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-14 09:37:18 +08:00
This is useful for testing things with a builder that always succeeds. In a project, use "devkit-admin build && npm install $DEVKIT_PATH/dist/___builder.tgz" and you have a "@_/builders" package that contains a true builder. This is not published on NPM so I scope this as ci.
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"name": "@_/builders",
|
|
"version": "0.0.0",
|
|
"description": "CLI tool for Angular",
|
|
"main": "src/index.js",
|
|
"typings": "src/index.d.ts",
|
|
"builders": "builders.json",
|
|
"private": true,
|
|
"dependencies": {
|
|
"rxjs": "6.3.3"
|
|
}
|
|
}
|