mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 05:01:49 +10:00
34 lines
824 B
JSON
34 lines
824 B
JSON
{
|
|
"root": "libs/schema",
|
|
"sourceRoot": "libs/schema/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nrwl/js:tsc",
|
|
"outputs": ["{options.outputPath}"],
|
|
"options": {
|
|
"outputPath": "dist/libs/schema",
|
|
"main": "libs/schema/src/index.ts",
|
|
"tsConfig": "libs/schema/tsconfig.lib.json",
|
|
"assets": ["libs/schema/*.md"]
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["libs/schema/**/*.ts"]
|
|
}
|
|
},
|
|
"test": {
|
|
"executor": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/libs/schema"],
|
|
"options": {
|
|
"jestConfig": "libs/schema/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|