Skip to content

Commit d15443e

Browse files
committed
Move cli2 into packages/morphir-elm-compiler directory
1 parent 6f3402c commit d15443e

26 files changed

+6
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.lockb binary diff=lockb

apps/js-cli/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"name": "@finos/morphir-cli"
3-
}
2+
"name": "@finos/morphir-cli",
3+
"version": "0.0.0"
4+
}

bun.lockb

44.5 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "morphir-home",
33
"private": true,
44
"workspaces": [
5-
"apps/js-cli"
5+
"apps/js-cli",
6+
"packages/morphir-elm-compiler"
67
],
78
"scripts": {
89
"build:verify-elm-package": "zig build verify-elm-package --summary all",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)