File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-skuilder" ,
33 "scripts" : {
4- "dev" : " 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 && node scripts/dev-couchdb.js start && concurrently \" yarn dev:platform-ui\" \" yarn dev:express\" " ,
4+ "dev" : " yarn workspace @vue-skuilder/common build && yarn workspace @vue-skuilder/db build && yarn workspace @vue-skuilder/common-ui build && yarn workspace @vue-skuilder/courses build && node scripts/dev-couchdb.js start && concurrently \" yarn dev:platform-ui\" \" yarn dev:express\" " ,
55 "dev:platform-ui" : " yarn workspace @vue-skuilder/platform-ui dev" ,
66 "dev:express" : " yarn workspace @vue-skuilder/express dev" ,
77 "dev:couchdb" : " node scripts/dev-couchdb.js start" ,
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/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"
16+ "build" : " yarn workspace @vue-skuilder/common build && yarn workspace @vue-skuilder/db build && yarn workspace @vue-skuilder/common-ui 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" : [
You can’t perform that action at this time.
0 commit comments