gemercheung 3 năm trước cách đây
mục cha
commit
09ab3e6178
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -13,7 +13,8 @@
         "clean": "pnpm run -r clean",
         "build": "pnpm run -r build",
         "test": "pnpm run -r test",
-        "lint": "eslint --fix --ext js,ts,tsx ."
+        "lint": "eslint --fix --ext js,ts,tsx .",
+        "publish": "pnpm run -r publish --filter @medici/core @medici/web @medici/types @medici/utils"
     },
     "devDependencies": {
         "@changesets/cli": "^2.23.2",