44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages/make-angular-cli-faster/src",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"build-base": {
|
|
"executor": "@nrwl/js:tsc",
|
|
"options": {
|
|
"outputPath": "build/packages/make-angular-cli-faster",
|
|
"tsConfig": "packages/make-angular-cli-faster/tsconfig.lib.json",
|
|
"packageJson": "packages/make-angular-cli-faster/package.json",
|
|
"main": "packages/make-angular-cli-faster/src/index.ts",
|
|
"updateBuildableProjectDepsInPackageJson": false,
|
|
"assets": [
|
|
{
|
|
"input": "",
|
|
"glob": "LICENSE",
|
|
"output": "/"
|
|
},
|
|
"packages/make-angular-cli-faster/*.md"
|
|
],
|
|
"srcRootForCompilationRoot": "packages/make-angular-cli-faster/src"
|
|
},
|
|
"outputs": ["{options.outputPath}"]
|
|
},
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"outputs": ["{workspaceRoot}/build/packages/make-angular-cli-faster"],
|
|
"options": {
|
|
"commands": [
|
|
{
|
|
"command": "node ./scripts/chmod build/packages/make-angular-cli-faster/src/index.js"
|
|
},
|
|
{
|
|
"command": "node ./scripts/copy-readme.js make-angular-cli-faster"
|
|
}
|
|
],
|
|
"parallel": false
|
|
}
|
|
}
|
|
}
|
|
}
|