Skip to content

Commit 79c2675

Browse files
committed
Specify workspace order to fix build dependencies
1 parent ed8dd24 commit 79c2675

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
"vitest": "^4.0.15"
2626
},
2727
"workspaces": [
28-
"packages/*"
28+
"packages/tide-predictor",
29+
"packages/neaps",
30+
"packages/cli"
2931
]
3032
}

0 commit comments

Comments
 (0)