Skip to content

Commit e2514fd

Browse files
committed
add a build:lib script
1 parent 041d805 commit e2514fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"couchdb:remove": "node scripts/dev-couchdb.js remove",
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",
16+
"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",
1617
"clean": "yarn clean:dist && yarn clean:node_modules",
1718
"clean:dist": "find packages -name 'dist' -type d -exec rm -rf {} +",
1819
"clean:node_modules": "find . -name 'node_modules' -type d -exec rm -rf {} +",

0 commit comments

Comments
 (0)