mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
9667164942
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9063 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> GitOrigin-RevId: 1f5918b1e56452967a93739ffc21b4cfafbd84e4
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "nx-unplugin-dynamic-asset-loader",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/nx/unplugin-dynamic-asset-loader/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nrwl/js:swc",
|
|
"outputs": ["{options.outputPath}"],
|
|
"options": {
|
|
"outputPath": "dist/libs/nx/unplugin-dynamic-asset-loader",
|
|
"main": "libs/nx/unplugin-dynamic-asset-loader/src/index.ts",
|
|
"tsConfig": "libs/nx/unplugin-dynamic-asset-loader/tsconfig.lib.json",
|
|
"assets": ["libs/nx/unplugin-dynamic-asset-loader/*.md"],
|
|
"buildableProjectDepsInPackageJsonType": "dependencies"
|
|
}
|
|
},
|
|
"publish": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "node tools/scripts/publish.mjs nx-unplugin-dynamic-asset-loader {args.ver} {args.tag}"
|
|
},
|
|
"dependsOn": [
|
|
{
|
|
"projects": "self",
|
|
"target": "build"
|
|
}
|
|
]
|
|
},
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"libs/nx/unplugin-dynamic-asset-loader/**/*.ts",
|
|
"libs/nx/unplugin-dynamic-asset-loader/**/*.json"
|
|
]
|
|
}
|
|
},
|
|
"test": {
|
|
"executor": "@nrwl/jest:jest",
|
|
"outputs": [
|
|
"{workspaceRoot}/coverage/libs/nx/unplugin-dynamic-asset-loader"
|
|
],
|
|
"options": {
|
|
"jestConfig": "libs/nx/unplugin-dynamic-asset-loader/jest.config.ts",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
},
|
|
"tags": ["scope:shared", "type:feature", "meta:package"]
|
|
}
|