File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ import { defineBuildConfig } from 'unbuild'
22
33export default defineBuildConfig ( {
44 externals : [ ] ,
5+ failOnWarn : false ,
56} )
Original file line number Diff line number Diff line change 11{
2- "name" : " @magickml/grimoire/ agent" ,
2+ "name" : " @magickml/agent-module " ,
33 "version" : " 0.0.1" ,
44 "exports" : {
55 "." : {
Original file line number Diff line number Diff line change 1515 "targets" : {
1616 "build" : {
1717 "executor" : " nx:run-commands" ,
18- "outputs" : [" {options.outputPath}" ],
1918 "options" : {
20- "command" : " cd packages/modules/agent && npx unbuild" ,
21- "outputPath" : " dist/packages/modules/agent" ,
22- "tsConfig" : " packages/modules/agent/tsconfig.lib.json" ,
23- "packageJson" : " packages/modules/agent/package.json" ,
24- "main" : " packages/modules/agent/src/index.ts" ,
25- "assets" : [" packages/modules/agent/*.md" ]
19+ "commands" : [
20+ " mkdir -p ./dist/packages/modules/agent" ,
21+ " touch ./dist/packages/modules/agent/.gitkeep" ,
22+ " cd packages/modules/agent && pwd && npx unbuild" ,
23+ " cp -r ./packages/modules/agent/* ./dist/packages/modules/agent"
24+ ],
25+ "parallel" : false
2626 }
2727 },
2828 "nx-release-publish" : {
2929 "options" : {
30- "packageRoot" : " dist/{projectRoot} "
30+ "packageRoot" : " packages/modules/agent "
3131 }
3232 },
3333 "test" : {
You can’t perform that action at this time.
0 commit comments