Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
create root package json
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 17, 2024
1 parent b8fea9a commit 9a3a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-root-package-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cli.main(async () => {
'packages/spatial',
'packages/visual-script',
'packages/xrui',
'packages/projects/projects/*'
'packages/projects/projects/**'
]
fs.writeFileSync(join(appRootPath.path, 'package-root-build.json'), Buffer.from(JSON.stringify(packageJson)))
process.exit(0)
Expand Down

0 comments on commit 9a3a98f

Please sign in to comment.