Skip to content

Commit

Permalink
chore(sandbox): experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Mar 23, 2024
1 parent 40d2552 commit 08d292c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/sandbox/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"build": {
"executor": "nx:run-commands",
"options": {
"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.ts dist/apps/sandbox/api/index.d.ts"
],
"commands": ["echo 🔥"],
"parallel": false
}
},
Expand Down

0 comments on commit 08d292c

Please sign in to comment.