Skip to content

Commit 9e32cff

Browse files
author
John Doe
committed
refactor: add plugin in nx.json
1 parent db41274 commit 9e32cff

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

nx.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,6 @@
6666
}
6767
}
6868
},
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-
},
8269
"unit-test": {
8370
"cache": true,
8471
"inputs": ["default", "^production", "test-vitest-inputs"],
@@ -344,6 +331,7 @@
344331
"releaseTagPattern": "v{version}"
345332
},
346333
"plugins": [
334+
"./tools/build-target/src/build-target.plugin.ts",
347335
{
348336
"plugin": "@push-based/nx-verdaccio",
349337
"options": {

0 commit comments

Comments
 (0)