We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041d805 commit e2514fdCopy full SHA for e2514fd
package.json
@@ -13,6 +13,7 @@
13
"couchdb:remove": "node scripts/dev-couchdb.js remove",
14
"postdev": "node scripts/dev-couchdb.js stop",
15
"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",
17
"clean": "yarn clean:dist && yarn clean:node_modules",
18
"clean:dist": "find packages -name 'dist' -type d -exec rm -rf {} +",
19
"clean:node_modules": "find . -name 'node_modules' -type d -exec rm -rf {} +",
0 commit comments