Skip to content

Commit 8e4f3d1

Browse files
committed
hotfix: remove build dependency
1 parent b42657c commit 8e4f3d1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/core/project.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
"projectType": "library",
66
"targets": {
77
"build": {
8-
"dependsOn": ["types-declaration"],
98
"executor": "@nx/esbuild:esbuild",
109
"outputs": ["{options.outputPath}"],
1110
"options": {
1211
"outputPath": "dist/packages/core",
1312
"main": "packages/core/src/index.ts",
1413
"tsConfig": "packages/core/tsconfig.lib.json",
15-
"assets": [
16-
"packages/core/*.md",
17-
"{workspaceRoot}/README.md"
18-
],
14+
"assets": ["packages/core/*.md", "{workspaceRoot}/README.md"],
1915
"declaration": true,
2016
"external": ["zod", "react"],
2117
"format": ["cjs", "esm"],

0 commit comments

Comments
 (0)