File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-skuilder" ,
33 "scripts" : {
4- "setup" : " yarn && git submodule update --init --recursive" ,
4+ "setup" : " yarn && git submodule update --init --recursive && yarn build:lib " ,
55 "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 && yarn workspace @vue-skuilder/edit-ui build && node scripts/dev-couchdb.js start && concurrently \" yarn dev:platform-ui\" \" yarn dev:express\" " ,
66 "dev:platform-ui" : " yarn workspace @vue-skuilder/platform-ui dev" ,
77 "dev:express" : " yarn workspace @vue-skuilder/express dev" ,
1414 "postdev" : " node scripts/dev-couchdb.js stop" ,
1515 "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/edit-ui build && yarn workspace @vue-skuilder/platform-ui build && yarn workspace @vue-skuilder/express build" ,
1616 "build:lib" : " 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/edit-ui build" ,
17+ "build:pui" : " yarn build:lib && yarn workspace @vue-skuilder/platform-ui build && yarn workspace @vue-skuilder/express build" ,
18+ "build:sui" : " yarn build:lib && yarn workspace @vue-skuilder/standalone-ui build" ,
1719 "clean" : " yarn clean:dist && yarn clean:node_modules" ,
1820 "clean:dist" : " find packages -name 'dist' -type d -exec rm -rf {} +" ,
1921 "clean:node_modules" : " find . -name 'node_modules' -type d -exec rm -rf {} +" ,
You can’t perform that action at this time.
0 commit comments