Skip to content

Commit 098a968

Browse files
authored
fix order (#2152)
1 parent c6197c7 commit 098a968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"private": true,
2222
"workspaces": [
23-
"services/*",
24-
"packages/*"
23+
"packages/*",
24+
"services/*"
2525
],
2626
"scripts": {
2727
"build": "yarn workspaces run build",

0 commit comments

Comments
 (0)