Skip to content

Commit 00fc74c

Browse files
committed
tidy platform dev scripts
1 parent 7bba036 commit 00fc74c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"scripts": {
44
"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\"",
6-
"dev:platform-ui": "yarn workspace @vue-skuilder/platform-ui dev",
7-
"dev:express": "yarn workspace @vue-skuilder/express dev",
86
"dev:watch": "node scripts/dev-watch.js",
9-
"dev:couchdb": "node scripts/dev-couchdb.js start",
7+
"dev:platform": "yarn couchdb:start && yarn workspace @vue-skuilder/express dev && yarn workspace @vue-skuilder/platform-ui dev",
108
"couchdb:start": "node scripts/dev-couchdb.js start",
119
"couchdb:stop": "node scripts/dev-couchdb.js stop",
1210
"couchdb:status": "node scripts/dev-couchdb.js status",

0 commit comments

Comments
 (0)