chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "devkit",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "packages/devkit",
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"build": {
|
||||
"outputs": ["{projectRoot}/README.md"],
|
||||
"command": "node ./scripts/copy-readme.js devkit packages/devkit/readme-template.md packages/devkit/README.md",
|
||||
"inputs": ["copyReadme"],
|
||||
"dependsOn": ["^build", "build-base"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user