Skip to content

Commit 4e5aac8

Browse files
committed
chore: reduce build target config
1 parent 87d45b7 commit 4e5aac8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/nx-plugin/project.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
"implicitDependencies": ["cli"],
77
"targets": {
88
"build": {
9-
"executor": "@nx/js:tsc",
10-
"outputs": ["{options.outputPath}"],
119
"options": {
12-
"outputPath": "{projectRoot}/dist",
13-
"main": "{projectRoot}/src/index.ts",
14-
"tsConfig": "{projectRoot}/tsconfig.lib.json",
1510
"assets": [
1611
"{projectRoot}/*.md",
1712
{

0 commit comments

Comments
 (0)