We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db41274 commit 9e32cffCopy full SHA for 9e32cff
nx.json
@@ -66,19 +66,6 @@
66
}
67
68
},
69
- "build": {
70
- "dependsOn": ["^build"],
71
- "inputs": ["production", "^production"],
72
- "cache": true,
73
- "executor": "@nx/js:tsc",
74
- "outputs": ["{options.outputPath}"],
75
- "options": {
76
- "outputPath": "{projectRoot}/dist",
77
- "main": "{projectRoot}/src/index.ts",
78
- "tsConfig": "{projectRoot}/tsconfig.lib.json",
79
- "assets": ["{projectRoot}/*.md"]
80
- }
81
- },
82
"unit-test": {
83
"cache": true,
84
"inputs": ["default", "^production", "test-vitest-inputs"],
@@ -344,6 +331,7 @@
344
331
"releaseTagPattern": "v{version}"
345
332
346
333
"plugins": [
334
+ "./tools/build-target/src/build-target.plugin.ts",
347
335
{
348
336
"plugin": "@push-based/nx-verdaccio",
349
337
"options": {
0 commit comments