Skip to content

Commit

Permalink
chore(sandbox): minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Mar 23, 2024
1 parent d0c77dc commit eb17d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sandbox/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"commands": [
"nx run sandbox:rollup",
"mv dist/apps/sandbox/index.esm.js dist/apps/sandbox/api/index.js",
"mv dist/apps/sandbox/index.esm.d.js dist/apps/sandbox/api/index.d.js"
"mv dist/apps/sandbox/index.esm.d.ts dist/apps/sandbox/api/index.d.ts"
],
"parallel": false
}
Expand Down

0 comments on commit eb17d8e

Please sign in to comment.