2 changed files with 40 additions and 0 deletions
@ -0,0 +1,35 @@
@@ -0,0 +1,35 @@
|
||||
{ |
||||
"name": "@bitwarden/ui-common", |
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json", |
||||
"sourceRoot": "libs/ui/common/src", |
||||
"projectType": "library", |
||||
"tags": ["scope:ui-common", "type:lib"], |
||||
"targets": { |
||||
"build": { |
||||
"executor": "nx:run-script", |
||||
"dependsOn": [], |
||||
"options": { |
||||
"script": "build" |
||||
} |
||||
}, |
||||
"build:watch": { |
||||
"executor": "nx:run-script", |
||||
"options": { |
||||
"script": "build:watch" |
||||
} |
||||
}, |
||||
"clean": { |
||||
"executor": "nx:run-script", |
||||
"options": { |
||||
"script": "clean" |
||||
} |
||||
}, |
||||
"lint": { |
||||
"executor": "@nx/eslint:lint", |
||||
"outputs": ["{options.outputFile}"], |
||||
"options": { |
||||
"lintFilePatterns": ["libs/ui/common/**/*.ts"] |
||||
} |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue