Skip to content

Commit 107e343

Browse files
committed
fix build deps order
1 parent 54deef1 commit 107e343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test:e2e": "cypress open",
1414
"test:e2e:headless": "cypress run",
1515
"ci:e2e": "yarn dev & wait-on http://localhost:5173 && cypress run; kill $(lsof -t -i:8080); yarn couchdb:stop",
16-
"build": "yarn workspace @vue-skuilder/common build && yarn workspace @vue-skuilder/common-ui build && yarn workspace @vue-skuilder/db build && yarn workspace @vue-skuilder/courses build && yarn workspace @vue-skuilder/platform-ui build && yarn workspace @vue-skuilder/express build"
16+
"build": "yarn workspace @vue-skuilder/common build && yarn workspace @vue-skuilder/db && yarn workspace @vue-skuilder/common-ui build && build && yarn workspace @vue-skuilder/courses build && yarn workspace @vue-skuilder/platform-ui build && yarn workspace @vue-skuilder/express build"
1717
},
1818
"private": true,
1919
"workspaces": [

0 commit comments

Comments
 (0)