Skip to content

Commit

Permalink
- fix: removed wrong build config (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol authored Nov 8, 2024
1 parent 8444300 commit 90233d4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions _templates/shinkai-tool/new/project.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ to: apps/shinkai-tool-<%= name %>/project.json
"projectType": "library",
"tags": ["tool"],
"targets": {
"build": {
"executor": "nx:run-commands",
"defaultConfiguration": "production",
"options": {
"command": "npx ts-node scripts/tool-bundler.ts --entry ./apps/shinkai-tool-<%= name %>/src/index.ts --outputFolder ./dist/apps/shinkai-tool-<%= name %>"
},
"configurations": {
"development": {},
"production": {}
}
},
"build": {
"executor": "nx:run-commands",
"defaultConfiguration": "production",
Expand Down

0 comments on commit 90233d4

Please sign in to comment.