Skip to content

Commit f995236

Browse files
committed
Order workspace packages to fix build
1 parent 0efa620 commit f995236

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/api"
2931
]
3032
}

0 commit comments

Comments
 (0)