mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
init: the first public commit for AFFiNE
This commit is contained in:
33
libs/datasource/commands/project.json
Normal file
33
libs/datasource/commands/project.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "libs/datasource/commands/src",
|
||||
"projectType": "library",
|
||||
"tags": ["datasource:commands"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nrwl/js:tsc",
|
||||
"outputs": ["{options.outputPath}"],
|
||||
"options": {
|
||||
"outputPath": "dist/libs/datasource/commands",
|
||||
"main": "libs/datasource/commands/src/index.ts",
|
||||
"tsConfig": "libs/datasource/commands/tsconfig.lib.json",
|
||||
"assets": ["libs/datasource/commands/*.md"]
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["libs/datasource/commands/**/*.ts"]
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"executor": "@nrwl/jest:jest",
|
||||
"outputs": ["coverage/libs/datasource/commands"],
|
||||
"options": {
|
||||
"jestConfig": "libs/datasource/commands/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user