Skip to content

Commit

Permalink
chore(architecture): monorepo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Nov 12, 2024
1 parent 1bd17ac commit 0eb463b
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 58 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = (grunt) => {
'packages/Main/package.json',
'packages/Geodesy/package.json',
'packages/Widget/package.json',
'packages/Debug/package.json',
],
updateConfigs: [],
commit: true,
Expand All @@ -16,6 +17,7 @@ module.exports = (grunt) => {
'packages/Main/package.json',
'packages/Geodesy/package.json',
'packages/Widget/package.json',
'packages/Debug/package.json',
],
createTag: false,
tagName: 'v%VERSION%',
Expand Down
Loading

0 comments on commit 0eb463b

Please sign in to comment.