Skip to content

Commit

Permalink
fix outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jan 4, 2024
1 parent 66895ba commit a2af923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"build:transpile": {
"inputs": ["production", "^production"],
"dependsOn": ["^build:transpile"],
"outputs": ["{projectRoot}/build/npm", "{projectRoot}/build/esm", "{projectRoot}/build/cjs"]
"outputs": ["{projectRoot}/build"]
},
"build:types": {
"inputs": ["production", "^production"],
"dependsOn": ["^build:types"],
"outputs": ["{projectRoot}/build/**/*.d.ts"]
"outputs": ["{projectRoot}/build"]
},
"lint:eslint": {
"inputs": ["default"],
Expand Down

0 comments on commit a2af923

Please sign in to comment.