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