Skip to content

Commit a2af923

Browse files
committed
fix outputs
1 parent 66895ba commit a2af923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"build:transpile": {
3535
"inputs": ["production", "^production"],
3636
"dependsOn": ["^build:transpile"],
37-
"outputs": ["{projectRoot}/build/npm", "{projectRoot}/build/esm", "{projectRoot}/build/cjs"]
37+
"outputs": ["{projectRoot}/build"]
3838
},
3939
"build:types": {
4040
"inputs": ["production", "^production"],
4141
"dependsOn": ["^build:types"],
42-
"outputs": ["{projectRoot}/build/**/*.d.ts"]
42+
"outputs": ["{projectRoot}/build"]
4343
},
4444
"lint:eslint": {
4545
"inputs": ["default"],

0 commit comments

Comments
 (0)