Skip to content

Commit

Permalink
fix(build): topological sort of package names 2
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <[email protected]>
  • Loading branch information
mttrbrts committed Nov 20, 2023
1 parent b3bb627 commit 663f04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"build": "npm run build --workspaces --if-present"
},
"workspaces": [
"./packages/concerto-types",
"./packages/concerto-util",
"./packages/concerto-cto",
"./packages/concerto-core",
"./packages/concerto-types",
"./packages/concerto-vocabulary",
"./packages/concerto-analysis"
],
Expand Down

0 comments on commit 663f04b

Please sign in to comment.