🚀 release v3.0.0

This commit is contained in:
Amruth Pillai
2022-03-06 22:48:29 +01:00
parent 00505a9e5d
commit 9c1380f401
373 changed files with 12050 additions and 15783 deletions
-33
View File
@@ -1,33 +0,0 @@
{
"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": []
}