Преглед изворни кода

chore: Add npm script for watching core & common

Michael Bromley пре 5 година
родитељ
комит
d1e4bb2706
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -7,6 +7,7 @@
   },
   },
   "scripts": {
   "scripts": {
     "watch": "lerna run watch --parallel",
     "watch": "lerna run watch --parallel",
+    "watch:core-common": "lerna run --scope @vendure/common --scope @vendure/core watch --parallel",
     "lint": "yarn tslint --fix",
     "lint": "yarn tslint --fix",
     "format": "prettier --write --html-whitespace-sensitivity ignore",
     "format": "prettier --write --html-whitespace-sensitivity ignore",
     "bootstrap": "lerna bootstrap",
     "bootstrap": "lerna bootstrap",